/*初始化样式*/
html{margin:0;padding:0;border:0;}
body,div,span,object,iframe,h1,h2,h3,h4,p,blockquote,pre,a,address,code,b,em,img,
dl,dt,dd,ol,ul,li,fieldset,form,label,footer,
header,hgroup,navs,section
{margin:0;padding:0;border:0;}
body{background:#fff;color:#333;position:relative;font:12px/1.5 Microsoft YaHei,arial,宋体,sans-serif;vertical-align:baseline;width:100%;overflow-x:hidden;}
a{text-decoration:none;outline:none;}

a:hover,a:active,a:focus{text-decoration:none;outline:none;}

*{
        -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input{padding:0;margin:0;font-family:'Microsoft YaHei';}
img{border:none;background:none;vertical-align:middle;}
ul,ol,li{list-style-type:none;}
select,input,img,select{vertical-align:middle;}
table{border-collapse:collapse;border-spacing:0}
table, th, td {vertical-align: middle}
.clearfix:after{content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;}
.clearfix{zoom:1}
.clearboth{height:0px;line-height:0px;overflow:hidden;clear:both;font-size:0px;}

h1,h2{font-size:12px;font-weight:bold;}
hr {border: 0;border-top:1px solid #ccc;height:0;}

h3,h4,h5{
    font-weight: normal;
    margin: 0;
}

p{margin:0;}

*{
    word-break: break-all;
}

/*----- Common css ------*/
.fl{float:left;}
.fr{float:right;}
.di{_display:inline;}
.fwn{font-weight:normal;}
.dib{*display:inline;_zoom:1;_display:inline;_font-size:0px;}

/**/
.x-top {
    background: #121F44;
    font-size: 14px;
    height: 58px;
    line-height: 58px;
    color: #fff;
}

.hyz {
    color: #fff;
}

.hyr a {
    color: #fff;
}

.x-top2 {
    height: 94px;
    line-height: 94px;
    box-shadow: 0px 0px 28px 1px rgba(0, 0, 0, 0.2);
}



.so img {
    max-width: 56%;
}

.ss {
    display: none;
    position: absolute;
    right: 0;
    top: 94px;
    width: 350px;
    /* padding: 20px; */
    /* border-radius: 20px; */
    z-index: 999;
    background: #012ea8;
}

.ss input {
    outline: none;
    line-height: 45px;
    width: 36px;
    background: none;
    border:0;
    /* border: 1px solid #fff; */
    background: #012ea8;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.28);
    float: left;
}
.ss #s_btn{
    background: url(../images/sousuo.png) no-repeat center;
}
.ss #keyword {
    padding-left:13px;
    line-height: 45px;
    width:calc(100% - 36px);
    background: none;
    border:0;
    /* border: 1px solid #fff; */
    outline: none;
    font-size: 13px;
    color: rgba(255, 255, 255, 1);
    float: left;
}

.ss #keyword:-webkit-autofill {
    -webkit-text-fill-color: rgba(255, 255, 255,1) !important;
    transition: background-color 5000s ease-in-out 0s;
}

.ss #keyword::placeholder {
    color: rgba(255, 255, 255, 1);
}
/* 导航样式 */
.x-menu {
    width: 58.75%;
    float: left;
}

.x-menu > li {
    width: 14.285714285%;
    margin: 0;
    text-align: center;
    float: none;
    position: relative;
}

.x-menu > li > a {
    font-size: 16px;
    color: #333333;
    line-height: 94px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.x-menu > li > a:hover {
    color: #012ea8;
}

.x-menu > li.active > a {

}

.x-menu {
    width:calc(100% - 35px);
    /*float: none;*/
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.x-sub-menu {
    top: 80px;
}

.x-menu .lastli {
    width: 6% !important;
}

.x-menu > li.active > a, .x-menu > li > a:hover {
}

.x-menu > li:after {
    content: '';
    position: absolute;
    z-index: 100;
    width: 100%;
    left: 0;
    height: 40px;
    opacity: 0;
    top: 100%;
}

.x-menu > li:hover .x-sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.x-sub-menu {
    position: absolute;
    z-index: 999;
    width: 150%;
    left: -25%;
    top: 104px;
    background: #fff;
    border-radius: 5px;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.x-sub-menu > li > a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    padding: .5em;
}

.x-sub-menu > li > a:hover {
    background: #e9eaeb;
}

.x-sub-menu:after {
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 10px;
    cursor: pointer;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #fff transparent;
    border-top: none;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    z-index: 99;
}


.foot_nav li {
    float: left;
    width: 20%;
    text-align: center;
}

.foot_nav li a {
    font-size: 18px;
    color: #ffbb02;
    display: block;
    width: 100%;
    font-weight: 700;
}

.foot_nav li .x-nav-menu {
    width: 100%;
    margin-top: 1.43em;
}

.foot_nav li .x-nav-menu a {
    display: block;
    font-size: 14px;
    line-height: 2;
    color: rgba(255, 255, 255, .7);
    font-weight: normal
}

/**/
.max1400{
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 50px;
}
.max1300{
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 50px;
}
.max1200{
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 30px;
}
@media(max-width:1260px){
    .max1300{
        padding: 0 30px;
    }
    .max1400{
        padding: 0 30px;
    }
}
@media(max-width:991px){
    body{
        padding-top: 60px;
    }
}
@media(max-width:768px){
    .max1300{
        padding: 0 15px;
    }
    .max1400{
        padding: 0 15px;
    }
    .max1200{
        padding: 0 15px;
    }
}
.flex_con{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
/*  */


@media(max-width: 991px){
    body{
        padding-top: 60px;
    }
}
/*  */
.page-wrap-right img {
    max-width: 100%;
    height: auto !important;
    width: auto !important;
}

/* 友情链接 */

.c-link {
    padding: 2.448% 0 2.448%;
    font-size: 18px;
    color: #808080;
    line-height: 24px;
}

.c-link .con {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.c-link span {
    cursor: pointer;
    display: block;
    font-size: 20px;
	color: #1c397d;
}

.c-link dd {
    width: calc(100% - 170px);
}

.c-link .sec {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    background: rgba(255, 255, 255, .6);
    padding: 10px;
    min-width: 120px;
    z-index: 999;
}

.c-link a {
    color: #808080;
    padding: 0 4px;
    font-size: 18px;
    line-height: 24px;
}
@media(max-width:991px){
    .c-link{
        display: none;
    }
}
/* 头部 */
.x-top2{
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 99999;
    background: #fff;
}
.x-top2 .dlogo {
    height: 94px;
    line-height: 94px;
    width: 20%;
}
.x-top2 .dlogo img{
    max-width: 100%;
}

.x-top2 .nnav {
    width: 70%;
    /*margin-left: 12.15%;*/
}
.x-top2  .tdhw{
    /*width: 17.65%;*/
    width:25px;
}



.tdh{
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	color: #fff;
    padding-left: 34px;
    margin-bottom: 20px;
    background: url(../images/dbdhtb.png) no-repeat left center;
}
.sow{
    position: relative;
}
.ssky{
    width: 24px;
	height: 24px;
    background: url(../images/tdh.png) no-repeat left center;
    margin-top: 35px;
}
@media(max-width: 1280px){
    .x-top2 .nnav{
        /*margin-left: 2%;*/
        width: 75%;
    }
    /*.x-top2 .tdhw{*/
    /*    width: 22%;*/
    /*}*/
    .tdh{
        font-size: 16px;
    }
}
/*banner*/
.index_banner{
    position: relative;
    margin-top: 94px;
}
.index_banner img{
    width: 100%;
}
.banneryd{
    position: absolute;
    left: 0;
    bottom: 5%!important;
    width: 100%;
    z-index: 999;
    text-align: center;
    font-size: 0;
}
.banneryd span{
    width: 12px;
    height: 12px;
    border-radius: 10px;
    background-color: #fff;
    margin: 0 8px!important;
    opacity: 1;
    transition: all 0.4s ease;
}
.banneryd span.swiper-pagination-bullet-active{
    background: #012ea8;
    width:53px;
}
.index_banner2{
    display: none;
}
@media(max-width:991px){
    .index_banner{
        margin-top: 0;
    }
    .index_banner1{
        display: none;
    }
    .index_banner2{
        display: block;
    }
}
@media(max-width:768px){
    .banneryd span.swiper-pagination-bullet-active{
        width: 30px;
    }
}
/* 产品中心 */
.cpzx{
    padding-top: 4.74%;
    padding-bottom: 4.688%;
    background-color: #f0f2f5;
}
.cpzx .cpzx_ft{
    text-align: center;
}
.cpzx .cpzx_ft h3{
    font-size: 1.9rem;
	font-weight: bold;
	line-height: 1;
	color: #000000;
}
.cpzx .cpzx_ft h4{
    font-size: 1rem;
	font-weight: normal;
	line-height: 1;
	color: #999999;
    margin-top: 8px;
}
.cpzx .cpzx_fb{
    margin-top: 2.358%;
}
.cpzx .cpzx_fb li{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
    position: relative;
}
.cpzx .cpzx_fb li:hover{
    box-shadow: 0px 0px 35px 0px  rgba(0, 0, 0, 0.12);
}
.cpzx .cpzx_fb li:nth-child(3n){
    margin-right: 0;
}
/*.cpzx .cpzx_fb li:nth-child(1){*/
/*    width: 32.42%;*/
/*    margin-right: 1.29%;*/
/*}*/
.cpzx .cpzx_fb li img{
    width: 100%;
}
.cpzx .cpzx_fb li .cpwz{
    position: absolute;
    top: 50%;
    width: 100%;
    padding:0 8.355%;
    transform: translateY(-50%);
}
/*.cpzx .cpzx_fb li:nth-child(1) .cpwz{*/
/*    top: 12.439%;*/
/*    transform: translateY(0);*/
/*    text-align: center;*/
/*    padding:0 13.663%;*/
/*}*/
/*.cpzx .cpzx_fb li:nth-child(1) .cpwz h3{*/
/*    font-size: 1.2rem;*/
/*    line-height: 1.25;*/
/*}*/
/*.cpzx .cpzx_fb li:nth-child(1) .cpwz h4{*/
/*    width: 100%;*/
/*    line-height: 1.75;*/
/*    margin-top: 8px;*/
/*}*/
/*.cpzx .cpzx_fb li:nth-child(1) .cpwz h5{*/
/*    margin-top: 1.2rem;*/
/*}*/
.cpzx .cpzx_fb li .cpwz h3{
    font-size: 1.1rem;
	font-weight: bold;
	line-height: 1.27;
	color: #000000;
}
.cpzx .cpzx_fb li .cpwz h4{
    font-size: .7rem;
	font-weight: normal;
	line-height:1.714;
	color: #525252;
    width: 55.41%;
    margin-top: 6px;
    letter-spacing: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.cpzx .cpzx_fb li .cpwz h5{
    font-size: 16px;
	font-weight: normal;
	line-height: 1;
	color: #012ea8;
    margin-top: 1.7rem;
}
.cpzx .cpzx_fbgd{
    font-size: 0;
    text-align: center;
    margin-top: 2.786%;
}
.cpzx .cpzx_fbgd .cpzxckgd{
    display: inline-block;
    font-size: 16px;
	line-height:1.25;
	color: #ffffff;
    padding: 0.65rem 1.75rem;
    background-color: #012ea8;
    text-align: center;
}
@media(max-width: 1200px){
    .cpzx .cpzx_fbgd .cpzxckgd{
        font-size: 14px;
    }
}
@media(max-width: 991px){
    .cpzx .cpzx_ft h3{
        font-size: 26px;
    }
    .cpzx .cpzx_ft h4{
        font-size: 14px;
    }
    .cpzx .cpzx_fb li{
        width: 49%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    .cpzx .cpzx_fb li:nth-child(3n){
        margin-right: 2%;
    }
    .cpzx .cpzx_fb li:nth-child(2n){
        margin-right: 0;
    }
    /*.cpzx .cpzx_fb li:nth-child(1){*/
    /*    display: none;*/
    /*}*/
    .cpzx .cpzx_fb li .cpwz h3{
        font-size: 16px;
    }
    .cpzx .cpzx_fb li .cpwz h4{
        font-size: 14px;
    }
    .cpzx .cpzx_fb li .cpwz h5{
        margin-top: 6%;
    }
}
@media(max-width: 768px){
    .cpzx .cpzx_fb{
        margin-top: 15px;
    }
    .cpzx .cpzx_fb li{
        width: 100%;
        margin-right: 0;
    }
    .cpzx .cpzx_fb li .cpwz h5{
        margin-top: 15px;
    }
    .cpzx .cpzx_fbgd{
        margin-top: 15px;
    }
    .cpzx .cpzx_fbgd .cpzxckgd{
        padding: 10px 20px;
    }
}
@media(max-width: 468px){
    .cpzx{
        padding: 25px 0;
    }
    .cpzx .cpzx_fb li{
        margin-bottom: 10px;
    }
}



/* 业务布局 */
.ywbj{
    padding-top: 4.688%;
    padding-bottom: 5.209%;
    background: url(../images/ywbj_bj.jpg) no-repeat center;
    background-size: cover;
}
.ywbj .ywbj_ft{
    text-align: center;
}
.ywbj .ywbj_ft h3{
    font-size: 1.9rem;
	font-weight: bold;
	line-height: 1;
	color: #fff;
}
.ywbj .ywbj_ft h4{
    font-size: 1rem;
	font-weight: normal;
	line-height: 1;
	color: #fff;
    margin-top: 8px;
}

.ywbj .ywbj_fb{
    margin-top: 3.858%;
}
.ywbj .ywbj_fb ul{
    font-size: 0;
    display: flex;
    /*justify-content: space-between;*/
}
.ywbj .ywbj_fb li{
    width: 10.143%;
    display: inline-block;
    transition: all 0s;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    border-left: 0;
    border-right: 1px solid #fff;
}
.ywbj .ywbj_fb li h3{
    font-size: 20px;
	font-weight: normal;
    line-height: 1.2;
	color: #ffffff;
    padding: 25px 42px;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
	background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ywbj .ywbj_fb li.active h3{
    opacity: 1;
}
.ywbj .ywbj_fb li:nth-child(6n){
    border-right: 1px solid rgba(0, 0, 0, 0);
}
@media(max-width: 991px){
    .ywbj .ywbj_ft  h3{
        font-size: 26px;
    }
    .ywbj .ywbj_ft h4{
        font-size: 14px;
    }
    .ywbj .ywbj_fb ul{
        flex-wrap: wrap;
    }
    .ywbj .ywbj_fb li{
        width: 33.333%!important;
    }
    .ywbj .ywbj_fb li.active{
         width: 33.333%!important;
    }
    .ywbj .ywbj_fb li img {
        width: 100%;
    }
    .ywbj .ywbj_fb li:nth-child(3n){
        border-right: 1px solid rgba(0, 0, 0, 0);
    }
    .ywbj .ywbj_fb li h3{
        opacity: 1;
        padding: 10px 4%;
        font-size: 16px;
        text-align: center;
    }
}
@media(max-width: 768px){
     .ywbj .ywbj_fb li{
        width: 50%!important;
    }
    .ywbj .ywbj_fb li.active{
         width: 50%!important;
    }
    .ywbj .ywbj_fb li:nth-child(3n){
        border-right: 1px solid #fff;
    }
    .ywbj .ywbj_fb li:nth-child(2n){
        border-right: 1px solid rgba(0, 0, 0, 0);
    }
}
@media(max-width: 468px){
    .ywbj{
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .ywbj .ywbj_fb{
        margin-top: 20px;
    }
    .ywbj .ywbj_fb li{
        width:100%!important;
        border: 0!important;
    }
    .ywbj .ywbj_fb li.active{
        width: 100%!important;
    }
}

/* 选择4大优势 */
.sdys{
    padding-top: 4.636%;
}
.sdys .sdys_ft{
    text-align: center;
}
.sdys .sdys_ft h3{
    font-size: 1.9rem;
	font-weight: bold;
	line-height: 1;
	color: #000000;
}
.sdys .sdys_ft h3 span{
    color: #012ea8;
}
.sdys .sdys_ft h4{
    font-size: 1rem;
	font-weight: normal;
	line-height: 1;
	color: #999999;
    margin-top: 8px;
}
.sdys .sdys_fb{
    margin-top: 2.188%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sdys .sdys_fb .sdys_fbl{
    width: 56.1%;
    overflow: hidden;
}
.sdys .sdys_fb .sdys_fbl li img{
    width: 100%;
}
.sdys .sdys_fb .sdys_fbr{
    width: 43.9%;
    background-color: #f0f1f5;
    padding:3% 5% 1% 4%
}
.sdys .sdys_fb .sdys_fbr .sdys_fbrt ul{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sdys .sdys_fb .sdys_fbr .sdys_fbrt li{
    max-width: 24%;
    display: inline-block;
}
.sdys .sdys_fb .sdys_fbr .sdys_fbrt li a{
    display: block;
    font-size: 1.5vw;
	line-height: 1.27;
	color: #012ea8;
    padding: 0.3645833vw  0.7291666vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    font-weight:600;
}
.sdys .sdys_fb .sdys_fbr .sdys_fbrt li.on a{
    color: #fff;
    background-color: #012ea8;
}
.sdys .sdys_fb .sdys_fbr .sdys_fbrb{
    margin-top: 2vw;
}
.sdys .sdys_fb .sdys_fbr .sdys_fbrb li{
    display: none;
}
.sdys .sdys_fb .sdys_fbr .sdys_fbrb li.on{
    display: block;
}
.sdys .sdys_fb .sdys_fbr .sdys_fbrb li h3{
    font-size: 1.5vw;
	font-weight: bold;
	line-height: 1;
	color: #333;
}
.sdys .sdys_fb .sdys_fbr .sdys_fbrb li h4{
    font-size: 1.041666666vw;
	font-weight: bold;
	line-height: 1;
	color: #b3b3b3;
    margin-top: 0.625vw;
}
.sdys .sdys_fb .sdys_fbr .sdys_fbrb li h5{
    font-size: .8rem;
	font-weight: normal;
	line-height: 2;
	color: #4d4d4d;
    margin-top: 1.2vw;
}
.sdys .sdys_fb .sdys_fbr .sdys_fbrb li h5 p{
    padding-left: 1em;
}
@media(max-width: 1680px){
    .sdys .sdys_fb .sdys_fbr{
        padding: 2.5% 2.5% 1% 2.5%;
    }
    .sdys .sdys_fb .sdys_fbr .sdys_fbrb li h5{
        line-height: 2;
    }
}
@media(max-width: 1366px){
    /*.sdys .sdys_fb .sdys_fbr .sdys_fbrb li h5{*/
    /*    font-size: 15px;*/
    /*}*/
}
@media(max-width: 1280px){
    /*.sdys .sdys_fb .sdys_fbr .sdys_fbrb li h5{*/
    /*    font-size: 14px;*/
    /*}*/
}
@media(max-width: 1199px){
    .sdys .sdys_fb .sdys_fbr{
        padding:5% 3% 1%;
    }
    .sdys .sdys_fb .sdys_fbr .sdys_fbrt li a{
        font-size: 14px;
    }
    .sdys .sdys_fb .sdys_fbr .sdys_fbrb{
        margin-top: 2vw;
    }
    .sdys .sdys_fb .sdys_fbr .sdys_fbrb li h5{
        margin-top: 1.5vw;
    }
}
@media(max-width: 991px){
    .sdys .sdys_ft h3 {
        font-size: 26px;
    }
    .sdys .sdys_ft h4{
        font-size: 14px;
        line-height: 1.2;
    }
    
    .sdys .sdys_fb .sdys_fbl{
        width: 100%;
    }
    .sdys .sdys_fb .sdys_fbr{
        width: 100%;
        padding: 5% 3%;
    }
    .sdys .sdys_fb .sdys_fbr .sdys_fbrt li a{
        font-size: 16px;
        padding: 5px 10px;
    }
    .sdys .sdys_fb .sdys_fbr .sdys_fbrb{
        margin-top: 3%;
    }
    .sdys .sdys_fb .sdys_fbr .sdys_fbrb li h3{
        font-size: 20px;
    }
    .sdys .sdys_fb .sdys_fbr .sdys_fbrb li h4{
        font-size: 16px;
        margin-top: 10px;
    }
    .sdys .sdys_fb .sdys_fbr .sdys_fbrb li h5{
        font-size: 14px;
        margin-top: 10px;
    }
}
@media(max-width: 768px){
    .sdys{
        padding-top: 30px;
    }
    .sdys .sdys_fb{
        /* padding: 0 15px; */
        margin-top: 15px;
    }
    .sdys .sdys_fb .sdys_fbr .sdys_fbrb{
        margin-top: 15px;
    }
    .sdys .sdys_fb .sdys_fbr .sdys_fbrb li h3{
        line-height: 1.2;
    }
    .sdys .sdys_fb .sdys_fbr .sdys_fbrb li h4{
        line-height: 1.2;
    }
    .sdys .sdys_ft h3{
        font-size: 22px;
    }
}
@media(max-width:468px){
    .sdys .sdys_fb .sdys_fbr{
        padding: 15px;
    }
    .sdys .sdys_fb .sdys_fbr .sdys_fbrt li{
        max-width: 49%;
        width: 49%;
    }
    .sdys .sdys_fb .sdys_fbr .sdys_fbrt li a{
        padding: 10px 5px;
    }
}

/* 关于我们 */
.gywm{
    padding:4.688% 0;
}
.gywm .gywm_fl{
    width: 50%;
    padding-left: 7%;
    padding-right: 2.5%;
    padding-top: 2.1875vw;
}
.gywm .gywm_fl .gywm_flt h3{
    font-size: 1.979166vw;
	font-weight: bold;
	line-height: 1.2;
	color: #000000;
}
.gywm .gywm_fl .gywm_flt h4{
    font-size: 1.25vw;
	font-weight: normal;
	line-height: 1.25;
	color: #000000;
}
.gywm .gywm_fl .gywm_flb{
    margin-top: 2.708333vw;
}
.gywm .gywm_fl .gywm_flb h3{
    font-size: 1.354166vw;
	font-weight: bold;
	line-height: 1.155;
	color: #000000;
}
.gywm .gywm_fl .gywm_flb h4{
    font-size: 16px;
	font-weight: normal;
	line-height: 2.125;
	color: #4d4d4d;
    margin-top: 0.9375vw;
}
.gywm .gywm_fl .gywm_flb .gywmgd{
    display: inline-block;
    font-size: 14px;
    text-align: center;
	line-height: 1.5;
	color: #ffffff;
    background-color: #012ea8;
    padding: 0.6770833vw 1.770833vw;
    margin-top: 2.8645833vw;
}
.gywm .gywm_fr{
    width: 50%;
    overflow: hidden;
    cursor: pointer;
}
.gywm .gywm_fr img{
    width:100%;
    transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s;
}
.gywm .gywm_fr:hover img{
    transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -o-transform:scale(1.1);-ms-transform:scale(1.1);
}

@media(max-width:1400px){
    .gywm .gywm_fl{
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media(max-width:1280px){
    .gywm .gywm_fl .gywm_flb{
        margin-top: 1.5vw;
    }
    .gywm .gywm_fl .gywm_flb .gywmgd{
        margin-top: 1vw;
    }
    .gywm .gywm_fl .gywm_flb h4{
        line-height: 1.8;
        font-size: 14px;
    }
    .gywm .gywm_fl .gywm_flb h3{
        font-size: 18px;
    }
    .gywm .gywm_fl .gywm_flt h4{
        font-size: 18px;
    }
    .gywm .gywm_fl .gywm_flt h3{
        font-size: 22px;
    }
    .gywm .gywm_fl .gywm_flb .gywmgd{
        padding: 8px 20px;
    }
}
@media(max-width:991px){
    .gywm .gywm_fl{
        width: 100%;
        padding-top: 0;
    }
    .gywm .gywm_fl .gywm_flb{
        margin-top: 15px;
    }
    .gywm .gywm_fl .gywm_flb h4{
        margin-top: 10px;
    }
    .gywm .gywm_fl .gywm_flb .gywmgd{
        margin-top: 10px;
    }
    .gywm .gywm_fr{
        width: 100%;
        margin-top: 15px;
    }
}
@media(max-width:768px){
    .gywm{
        padding-top: 25px;
    }
}
/* 选择我们有哪些保障 */
.bzbk{
    padding-top: 4.219%;
    padding-bottom: 4.844%;
    background: url(../images/bz_bj.jpg) no-repeat center;
    background-size: cover;
}
.bzbk .bzbk_ft{
    text-align: center;
}
.bzbk .bzbk_ft h3{
    font-size: 1.9rem;
	font-weight: normal;
	line-height: 1;
	color: #ffffff;
}
.bzbk .bzbk_ft  h3 span{
    color: #ff9d00;
    font-weight: bold;
}
.bzbk .bzbk_ft h4{
    font-size: 1rem;
	font-weight: normal;
	line-height: 1;
	color: #ffffff;
    margin-top: 8px;
}
.bzbk .bzbk_fb{
    margin-top: 4.215%;
}
.bzbk .bzbk_fb ul{
    font-size: 0;
}
.bzbk .bzbk_fb li{
    width: 25%;
    display: inline-block;
    vertical-align: top;
    padding-right: 1.5%;
    cursor: pointer;
}
.bzbk .bzbk_fb li h3{
    line-height: 45px;
}
.bzbk .bzbk_fb li h3 .img2{
    display: none;
}
.bzbk .bzbk_fb li:hover h3 .img1{
    display: none;
}
.bzbk .bzbk_fb li:hover h3 .img2{
    display: inline;
}
.bzbk .bzbk_fb li h4{
    font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.25;
	color: #ffffff;
    margin-top: 4.765%;
}
.bzbk .bzbk_fb li h5{
    margin-top: 2.98%;
    font-size: 14px;
    font-weight: normal;
	line-height: 1.71;
	color: #ffffff;
    max-width: 275px;
}
@media(max-width: 991px){
    .bzbk .bzbk_ft h3{
        font-size: 26px;
    }
    .bzbk .bzbk_ft h4{
        font-size: 14px;
    }
    .bzbk .bzbk_fb li{
        width: 50%;
        margin: 5px 0;
    }
    .bzbk .bzbk_fb li h4{
        font-size: 16px;
    }
    .bzbk .bzbk_fb li h5{
        max-width: 100%;
    }
}
@media(max-width: 768px){
    .bzbk .bzbk_fb li h4{
        margin-top: 15px;
    }
    .bzbk .bzbk_fb li h5{
        margin-top: 10px;
    }
}
@media(max-width: 468px){
    .bzbk{
        padding: 25px 0;
    }
    .bzbk .bzbk_fb li{
        width: 100%;
        padding-right: 0;
    }
    .bzbk .bzbk_fb{
        margin-top: 15px;
    }
}
/* 新闻资讯 */
.xwzx{
    padding-top: 4.584%;
    padding-bottom: 5.6775%;
}
.xwzx .xwzx_ft{
    text-align: center;
}
.xwzx .xwzx_ft h3{
    font-size: 1.9rem;
	font-weight: bold;
	line-height: 1;
	color: #000;
}
.xwzx .xwzx_ft h4{
    font-size: 1rem;
	font-weight: normal;
	line-height: 1;
	color: #808080;
    margin-top: 8px;
}
.xwzx .xwzx_fb{
    margin-top: 4.5%;
}
.xwzx .xwzx_fb .xwzx_fbl{
    width: 14.5%;
}
.xwzx .xwzx_fb .xwzx_fbl ul li{
   margin-bottom: 2.65rem;
}
.xwzx .xwzx_fb .xwzx_fbl ul li:last-child{
    margin-bottom: 0;
}
.xwzx .xwzx_fb .xwzx_fbl ul li a{
    display: block;
    font-size: 1.1rem;
	line-height: 1.1818;
	color: #000000;
    padding-bottom: 14px;
    border-bottom: 1px solid #b1b2b3;
    padding-right: 25%;
     background: url(../images/xwjt.png) no-repeat  92% top; 
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.xwzx .xwzx_fb .xwzx_fbl ul li:hover a{
    background: url(../images/xwjt.png) no-repeat  92% top;
}
.xwzx .xwzx_fb .xwzx_fbl .xwckgd{
    display: block;
    font-size: 1.1rem;
	line-height: 1;
	color: #808080;
    margin-top: 2.4rem;
}
.xwzx .xwzx_fb .xwzx_fbr{
    width: 78.9%;
}
.xwzx .xwzx_fb .xwzx_fbr li{
    width: 31.25%;
    margin-right: 3.125%;
}
.xwzx .xwzx_fb .xwzx_fbr li:nth-child(3n){
    margin-right: 0;
}
.xwzx .xwzx_fb .xwzx_fbr li .img{
    overflow: hidden;
}
.xwzx .xwzx_fb .xwzx_fbr li .img img{
    width: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.xwzx .xwzx_fb .xwzx_fbr li .img:hover img{
    transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -o-transform:scale(1.1);-ms-transform:scale(1.1);
}
.xwzx .xwzx_fb .xwzx_fbr li h3{
    font-size: 1.1rem;
	font-weight: bold;
	line-height: 1.1818;
	color: #000000;
    margin-top: 1.25rem;
}
.xwzx .xwzx_fb .xwzx_fbr li h4{
    font-size: 1.2rem;
	font-weight: normal;
	line-height: 1.33;
	color: #000000;
    margin-top: .7rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.xwzx .xwzx_fb .xwzx_fbr li h5{
    font-size: 16px;
	font-weight: normal;
	line-height: 1.83;
	color: #4d4d4d;
    margin-top: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.xwzx .xwzx_fb .xwzx_fbr li .xwnrgd::before{
    content: '';
    display: block;
    border-bottom: 1px solid #043f71;
    width: 100%;
    margin-top: 1.55rem;
    margin-bottom: 1.15rem;
}
.xwzx .xwzx_fb .xwzx_fbr li .xwnrgd{
    font-size: 16px;
	line-height: 1;
	color: #043f71;
}
.xwzx .xwzxgdmw{
    font-size: 0;
    text-align: center;
    display: none;
}
.xwzx .xwzxgdmw .xwzxgdm{
    display: inline-block;
    font-size: 14px;
    text-align: center;
    line-height: 1.5;
    color: #ffffff;
    background-color: #012ea8;
    padding: 8px 20px;
    margin-top: 15px;
}
@media(max-width: 1200px){
    .xwzx .xwzx_fb .xwzx_fbl ul li a{
        font-size: 18px;
    }
    .xwzx .xwzx_fb .xwzx_fbl .xwckgd{
        font-size: 18px;
    }
    .xwzx .xwzx_fb .xwzx_fbr li h3{
        font-size: 18px;
    }
    .xwzx .xwzx_fb .xwzx_fbr li h4{
        font-size: 16px;
    }
}   
@media(max-width: 991px){
    .xwzx .xwzx_ft h3{
        font-size: 26px;
    }
    .xwzx .xwzx_ft h4{
        font-size: 14px;
    }
    .xwzx .xwzx_fb .xwzx_fbl{
        width: 100%;
    }
    .xwzx .xwzxgdmw{
        display: block;
    }
    .xwzx .xwzx_fb .xwzx_fbl ul{
        font-size: 0;
        display: flex;
        display: -webkit-flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .xwzx .xwzx_fb .xwzx_fbl ul li{
        width: 32%;
        margin-bottom: 15px;
    }
    .xwzx .xwzx_fb .xwzx_fbl .xwckgd{
        display: none;
    }
    .xwzx .xwzx_fb .xwzx_fbr{
        width: 100%;
    }
}
@media(max-width: 768px){
    .xwzx .xwzx_fb .xwzx_fbr li h3{
        margin-top: 15px;
    }
    .xwzx .xwzx_fb .xwzx_fbr li h4{
        margin-top: 10px;
    }
    .xwzx .xwzx_fb .xwzx_fbr li .xwnrgd::before{
        margin-top: 15px;
        margin-bottom: 10px;
    }
}
@media(max-width: 468px){
    .xwzx{
        padding: 25px 0;
    }
    .xwzx .xwzx_fb{
        margin-top: 15px;
    }
    .xwzx .xwzx_fb .xwzx_fbl ul li a{
        padding-right: 0;
        background:none!important;
        text-align: center;
        font-size: 16px;
        padding-bottom: 10px;
    }
    .xwzx .xwzx_fb .xwzx_fbl ul li a:hover{
        color: #043f71;
    }
    .xwzx .xwzx_fb .xwzx_fbr li{
        width: 100%;
        margin: 5px 0;
    }
}

/* 广告 */
.gght{
    padding-top: 4.532%;
    padding-bottom: 4.4792%;
    background-size: cover;
}
.gght .gght_fl{
    width: 60%;
}
.gght .gght_fl h3{
    font-size: 1.6rem;
	font-weight: bold;
	line-height: 1;
	color: #ffffff;
}
.gght .gght_fl h3 span{
    color: #ff8400;
}
.gght .gght_fl h4{
    font-size: 16px;
	font-weight: normal;
	line-height: 1.25;
	color: #ffffff;
    margin-top: 10px;
    text-transform: uppercase;
}
.gght .gght_fr{
    width: 38%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden;
}
.gght .gght_fr .gght_frl{
    background-color: #017de7;
	border-radius: 36px;
    padding: 14px 2rem;
}
.gght .gght_fr .gght_frl h3{
    font-size: 14px;
    font-weight: normal;
	line-height: 1;
	color: #ffffff;
}
.gght .gght_fr .gght_frl h4{
    font-size: 1.3rem;
	font-weight: bold;
	line-height: 1;
	color: #ffffff;
    margin-top: 3px;
}
.gght .gght_fr .gght_frr{
    font-size: 1.1rem;
	font-weight: bold;
	line-height: 1.54545;
	color: #043f71;
    padding: 18px 2.25rem;
    padding-left: 4.4rem;
    background: #ffffff url(../images/htdh.png) no-repeat 2.25rem center;
	border-radius: 36px;
}
@media(max-width: 991px){
    .gght .gght_fl{
        width: 100%;
    }
    .gght .gght_fl h3{
        font-size: 26px;
        line-height: 1.2;
    }
    .gght .gght_fr{
        width: 100%;
        margin-top: 10px;
    }
    .gght .gght_fr .gght_frl{
        padding: 13px 30px;
        margin: 5px 0;
    }
    .gght .gght_fr .gght_frl h4{
        font-size: 18px;
    } 
    .gght .gght_fr .gght_frr{
       padding: 18px 88px ;
       font-size: 16px;
       margin: 5px 0;
    }
    .gght .gght_fr .gght_frr{
       padding: 18px 45px 18px 88px;
       font-size: 16px;
       line-height: 25px;
       background: #ffffff url(../images/htdh.png) no-repeat 45px center;
    }
}   
@media(max-width: 468px){
    .gght{
        padding: 25px 0;
    }
    .gght .gght_fr .gght_frl h4{
        font-size: 20px;
    }
    .gght .gght_fr .gght_frr{
        font-size: 20px;
    }
}
/* foot1 */
.foot1{
    background-color: #0d1720;
    padding:5% 0 5%;
}
.foot1 .foot1_fl{
    width: 47.9%;
}
.foot1 .foot1_fl .foot_nav li{
    width: 25%;
    text-align: left;
}
.foot1 .foot1_fl .foot_nav li > a{
    font-size: 16px;
	font-weight: bold;
	line-height: 1;
    letter-spacing: 1px;
	color: #ffffff;
}
.foot1 .foot1_fl .foot_nav li .x-nav-menu{
    margin-top: 1.6rem;
}
.foot1 .foot1_fl .foot_nav li .x-nav-menu a{
    font-size: 14px;
	font-weight: normal;
	line-height: 2.1428;
	color: #949494;
}
.foot1 .foot1_fc{
    width: 30%;
}
.foot1 .foot1_fc h3{
    font-size: 16px;
	font-weight: bold;
	line-height: 1;
    letter-spacing: 1px;
	color: #ffffff;
}
.foot1 .foot1_fc h4{
    font-size: 14px;
	font-weight: normal;
	line-height: 2.1428;
	color: #949494;
    margin-top: 1.6rem;
}
.foot1 .foot1_fr{
    text-align: center;
    max-width: 20%;
}
.foot1 .foot1_fr img{
    max-width: 120px;
    width: 100%;
}
.foot1 .foot1_fr h3{
    font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.875;
	color: #949494;
    margin-top: 6px;
}
@media(max-width:991px){
    .foot1 .foot1_fl{
        display: none;
    }
    .foot1 .foot1_fc{
        width: 50%;
    }
    .foot1 .foot1_fr{
        max-width: 30%;
    }
}
@media(max-width:768px){
    .foot1 .foot1_fc h4{
        margin-top: 15px;
    }
}
@media(max-width:468px){
    .foot1{
        padding: 25px 0;
    }
    .foot1 .foot1_fc{
        width: 100%;
    }
    .foot1 .foot1_fr{
        max-width: 100%;
        float: left;
        margin-top: 10px;
    }
}
.foot2{
    background-color: #05090d;
    padding: 12px 0;
    font-size: 14px;
	line-height: 2.142857;
	color: #949494;
    text-align: center;
}
.foot2 a{
    color: #949494;
}

/*  */
.sdys .sdys_fb{
    position: relative;
}
.sdys_fblbtn{
    position: absolute;
    bottom: 7%;
    left: 13.542%;
    z-index: 5;
    width: 50%;
}
.sdys_fblbtn .sdys_fblbtnt{
    font-size: 0;
	font-weight: normal;
	line-height: 1;
	color: #ee9c0f;
}
.sdys_fblbtn .sdys_fblbtnt .swiper-pagination-current{
    font-size: 3.22916vw;
	font-weight: normal;
	line-height: 1;
	color: #ee9c0f;
}
.sdys_fblbtn .sdys_fblbtnt .swiper-pagination-current::before{
    content: '0';
}
.sdys_fblbtn .sdys_fblbtnt .swiper-pagination-total{
    display: none;
}
.sdys_fblbtn .sdys_fblbtnb{
    margin-top: 0.8854166vw;
    overflow: hidden;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.sdys_fblbtn .sdys_fblbtnb h3{
    position: relative;
    bottom: auto;
    display: block;
    font-size: 0;
    line-height: 30px;
    width: 88.6%;
    max-width: calc(100% - 76px);
    float: left;
}
.sdys_fblbtn .sdys_fblbtnb h3 .swiper-pagination-current{
    font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	color: #ffffff;
    vertical-align: middle;
    width: 20px;
    display: inline-block;
}
.sdys_fblbtn .sdys_fblbtnb h3 .swiper-pagination-current::before{
    content: "0";
}
.sdys_fblbtn .sdys_fblbtnb h3 .swiper-pagination-total{
    display: none;
}
.sdys_fblbtn .sdys_fblbtnb h3::after{
    content: '';
    display: inline-block;
    width: calc(100% - 20px);
    height: 1px;
    background: #fff;
    vertical-align: middle;
}
.sdys_fblbtn .sdys_fblbtnb h3::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 44px;
	height: 1px;
	background-color: #ee9c0f;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.sdys_fblbtn .sdys_fblbtnb .sdys_fblbtnw .sdys_fblbtnl{
    width: 30px;
	height: 30px;
    outline: none;
}
.sdys_fblbtn .sdys_fblbtnb .sdys_fblbtnw .sdys_fblbtnr{
    width: 30px;
	height: 30px;
    outline: none;
    margin-left: .8rem;
}
@media(max-width: 991px){
    .sdys .sdys_fb .sdys_fbl{
        position: relative;
    }
    .sdys_fblbtn{
        width: 90%;
        left: 5%;
    }
    .sdys_fblbtn .sdys_fblbtnt .swiper-pagination-current{
        font-size: 28px;
    }
    .sdys_fblbtn .sdys_fblbtnb .sdys_fblbtnw .sdys_fblbtnr{
        margin-left: 10px;
    }
}
/*内页样式*/
/*内页banner*/
.ny_banner img{
    width: 100%;
    display: block;
}
.ny_banner{
    position: relative;
}
.ny_banner .wz{
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}
.ny_banner .wz h3{
    font-size: 2rem;
    line-height: 2;
    color: #fff;
    font-weight: bold;
}
.ny_banner .wz p{
    font-size: 18px;
    line-height: 2;
    color: #fff;
}

@media(max-width:1200px){
    .ny_banner .wz h3{
        font-size: 26px;
    }
}

@media(max-width:768px){
    .ny_banner .wz h3{
        font-size: 20px;
    }
}
@media(max-width:468px){
    .ny_banner .wz p{
        font-size: 16px;
        line-height: 1.5;
    }
}
/*内页*/

.table {
  display: table;
  table-layout: fixed;
  text-align: center;
  width: 100%;
  height: 100%
}

.table_cell {
  display: table-cell;
  vertical-align: middle
}

.slow img:hover {
  transform: scale(1.05);
}

/*图片放大*/

.slow img {
  -moz-transition: all 0.9s ease-in-out;
  -webkit-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
  -ms-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
}
.n_case .fl01 ul{
    display: flex;
    flex-wrap: wrap;
}
.n_case .fl01 ul li a .con h5{
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    margin: 0;
}
/*缓慢效果*/

.n_case .fl01 ul {
  font-size: 0;
  margin: 0 -0.8125rem
}

.n_case .fl01 ul li {
  display: inline-block;
  width: 33.3333%;
  padding: 0 0.8125rem;
  text-align: center;
  overflow: hidden;
}

.n_case .fl01 ul li a {
  display: block
}

.n_case .fl01 ul li a .img {
  overflow: hidden;
  position: relative;
  background: #dcdcdc;
}

.n_case .fl01 ul li a .img img {
  width: 100%!important;
  object-fit: cover
}

.n_case .fl01 ul li a .img .top {
  position: absolute;
  top: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s
}

.n_case .fl01 ul li a .img .top h5 {
  font-size: 15px;
  color: #fff;
  padding: 0 15px;
  line-height: 30px;
  font-weight: normal;
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.n_case .fl01 ul li a .con h5 {
  font-size: 15px;
  color: #747474;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: normal;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s
}

@media(min-width: 768px) {
  .container02 .miso_bd ul li a:hover .img .top {
    background: rgba(0, 0, 0, 0.5);
    top: 0
  }
  .container02 .miso_bd ul li a:hover .img img {
    transform: scale(1.06)
  }
  .container02 .miso_bd ul li a:hover .con h5 {
    opacity: 0;
    transform: scale(0.5)
  }
  .container02 .miso_bd ul li a:hover .img .top h5 {
    opacity: 1;
    transform: scale(1)
  }
  .tc_case h5 a:hover img {
    transform: translateX(-10px)
  }
  .container03 ul li a:hover .icon {
    transform: scale(1.15);
  }
  .container03 ul li a:hover .con {
    transform: translateY(1rem);
  }
  .container03 ul li a:hover .icon:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .container03 ul li a:hover img {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
    filter: none;
    -webkit-animation: jello 1s;
    -moz-animation: jello 1s;
    animation: jello 1s;
  }
  .container03 ul li a:hover .dt-arrow {
    opacity: 1
  }
  .container04 ul li a:hover .wenzi {
    background: #636363
  }
  .container04 ul li a:hover .wenzi:before {
    border-left: transparent 12px solid;
    border-right: transparent 12px solid;
    left: 36px;
  }
  .container04 ul li a:hover .wenzi h5 {
    color: #fff
  }
  .container04 ul li a:hover .wenzi h6, .container04 ul li a:hover .wenzi p {
    color: #a1a1a1
  }
  .container04 ul li a:hover:before {
    transform: translateX(15px) translateY(-15px)
  }
  footer .right button:hover {
    background: #3d3d3d
  }
  .n_news ul li:hover:after {
    width: 100%;
  }
  .n_news ul li:hover .right .img img {
    transform: scale(1.06)
  }
  .n_case ul li a:hover .img .top {
    background: rgba(0, 0, 0, 0.5);
    top: 0
  }
  .n_case ul li a:hover .img img {
    transform: scale(1.06)
  }
  .n_case ul li a:hover .con h5 {
    opacity: 0;
    transform: scale(0.5)
  }
  .n_case ul li a:hover .img .top h5 {
    opacity: 1;
    transform: scale(1)
  }
  .n_team ul li a:hover .img .top {
    background: rgba(0, 0, 0, 0.45);
    transform: scale(1);
    opacity: 1
  }
}
@media(max-width:768px){
    .n_case .fl01 ul li a .con h5{
      margin-top: 10px;margin-bottom: 10px;
  }
}
@keyframes jello {
from, 11.1%, to {
  -webkit-transform: none;
  -moz-transform: none;
  transform: none
}
22.2% {
  -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
  -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
  transform: skewX(-12.5deg) skewY(-12.5deg)
}
33.3% {
  -webkit-transform: skewX(6.25deg) skewY(6.25deg);
  -moz-transform: skewX(6.25deg) skewY(6.25deg);
  transform: skewX(6.25deg) skewY(6.25deg)
}
44.4% {
  -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
  -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
  transform: skewX(-3.125deg) skewY(-3.125deg)
}
55.5% {
  -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
  -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
  transform: skewX(1.5625deg) skewY(1.5625deg)
}
66.6% {
  -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
  -moz-transform: skewX(-.78125deg) skewY(-.78125deg);
  transform: skewX(-.78125deg) skewY(-.78125deg)
}
77.7% {
  -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
  -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
  transform: skewX(0.390625deg) skewY(0.390625deg)
}
88.8% {
  -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
  -moz-transform: skewX(-.1953125deg) skewY(-.1953125deg);
  transform: skewX(-.1953125deg) skewY(-.1953125deg)
}
}
.n_nav_box {
  position: relative;
  line-height: 60px;
  z-index: 2;
  background: #f8f9fb;
  margin-bottom: 0rem;
}



.n_position {
  text-align: right;
  font-size: 13px;
  color: #6a6a6a;
}

.n_position a {
  font-size: 13px;
  color: #7b7b7b;
  position: relative;
  line-height: 44px;
}

#n_news {
  /*background: #fff;*/
  width: 100%;
  overflow: hidden;
  position: relative;
}

#n_news .s_tt {
  text-align: center;
  margin-bottom: 3.2rem;
}

#n_news .s_tt span {
  font-size: 1.625rem;
  color: #3c3c3c;
  font-family: arial;
  text-transform: uppercase;
}

#n_news .s_tt h3 {
  font-size: 1.125rem;
  color: #3c3c3c;
}

#n_news .container {
  padding-top: 0;
}

#n_news ul {
  margin-top: -3rem;
  font-size: 0;
}

#n_news li {
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #e6e6e6;
  float: none;
  display: inline-block;
  vertical-align: top;
}

#n_news li a {
  display: block;
  max-width: 480px;
  margin: 0 auto;
}

#n_news li .img {
  margin-top: 1.5625rem;
  overflow: hidden;
}

#n_news li .img img {
  transition: 1s;
  width: 100%!important;
}

#n_news li .img:hover img {
  transform: scale(1.1);
}

#n_news li span {
  font-size: 13px;
  color: #b2b2b4;
}

#n_news li h5 {
  text-align: left;
  font-size: 1rem;
  color: #222225;
  margin-top: 1.1rem;
  margin-bottom: 1.175rem;
  line-height: 1.4;
  height: 1.4rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#n_news li i {
  display: block;
  width: 15px;
  height: 3px;
  background: #828286;
  transition: .3s;
}

#n_news li:hover i {
  width: 55px;
  background: #012ea8;
}

#n_news li p {
  font-size: 14px;
  color: #868686;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  margin-top: 1.125rem;
  margin-bottom: 1.5625rem;
}

#n_news li .more {
  font-size: 14px;
  color: #868686;
  font-family: arial;
  transition: .3s;
}

#n_news li .more:hover {
  color: #076c88;
}

li.am-pagination-select select {
  padding: 0;
}
@media(max-width: 1480px){
    #n_news li h5{
        font-size: 16px;
        height: auto;
        line-height: 1.5;
    }
}
@media(max-width: 767px) {
  .n_case .fl01 ul li {
    width: 50%;
  }
}
@media(max-width: 768px){
    #n_news li h5{
        font-size: 18px;
    }
}
@media(max-width: 468px){
    #n_news li{
        width: 100%;
    }
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@media (min-width: 991px) {
  .active .lr_a1 {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
  }
  .active .rr_a1 {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
  }
  .active .up_a1 {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
  }
  .active .down_a1 {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
  }

}

/* 内页 */

.nei_cate {
    position: relative;
    margin-top: -30px;
    text-align: center;
    margin-bottom: -30px;
}

.nei_cate .aspg-left-nav {
    font-size: 0;
    margin: 0;
}

.nei_cate .aspg-left-nav>li {
    display: inline-block;
    font-size: 16px;
    color: #4f4f52;
    position: relative;
    margin-right: -1px;
    border-bottom: none;
}

.nei_cate .aspg-left-nav>li>a {
    font-size: 16px;
    color: #4f4f52;
    display: inline-block;
    padding-bottom: 14px;
    position: relative;
    width: 171px;
    height: 55px;
    line-height: 53px;
    border: #dcdcdc 1px solid;
    text-align: center;
    background: #fff;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 5px;
}

.nei_cate .aspg-left-nav>li>a::before {
    content: "";
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 0;
    height: 3px;
    /* margin-left: 0; */
    background: #012ea8;
    -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.nei_cate .aspg-left-nav>li .first-nav-btn {
    display: none;
}

.nei_cate .aspg-left-nav>li.clicked>a:before,
.nei_cate .aspg-left-nav>li:hover>a:before {
    left: 0;
    width: 100%
}

.nei_cate .aspg-left-nav>li>a:hover {
    color: #012ea8;
}

.nei_cate .aspg-left-nav>li .aspg-left-subnav{
    position: absolute;
    width: 100%;
    left: 0;
    top: 55px;
    background: #fff;
    border: 1px solid #eee;
    display: none!important;
    z-index: 99;
}
.nei_cate .aspg-left-nav>li:hover .aspg-left-subnav{
    display: block!important;
}


.page-wrap {
    background: #ffffff;
    padding-bottom: 3.38541667%;
    padding-top: 5.208vw;
}

/* 修改 */
.page-product-detail-effect .big-img a{
    height: auto;
    background: #dcdcdc;
}
.page-product-detail-effect .easyzoom-flyout{
    background: #dcdcdc;
}
/*  */
.alxqybt{
    font-size: 1.8rem;
    line-height: 1.1666;
    margin-bottom: 1.883%;
    margin-top: 2.824%;
}
.alxqyy .page-product-detail-effect{
    width: 79.5%;
}
.alxqyy .page-product-detail-right{
    width: 18.55%;
}
.alxqyy .page-product-detail-right .product-detail-slick{
    margin-top: 0;
}
.alxqyy .page-product-detail-right .product-detail-slick a.slick-item{
    height: auto;
    margin-bottom: 6.33%;
    cursor: pointer;
    border: 4px solid rgba(0, 0, 0, 0);
}
.alxqyy .page-product-detail-right .product-detail-slick a.slick-item.active{
    border-color: #eee;
}
.alxqyy .page-product-detail-right0 .owl-carousel{
    display: block;
    font-size: 0;
}
.product-detail-slick a.slick-item{
    height: auto;
}
.page-product-detail-right1{
    display: none;
}
@media (max-width: 991px){
    .nei_cate{
        display: none;
    }
    .alxqyy .page-product-detail-effect {
        width: 100%;
    }
    .alxqyy .page-product-detail-right{
        width: 100%;
    }
    .alxqyy .page-product-detail-right .product-detail-slick a.slick-item{
        display: inline-block;
        width: 23.5%;
        margin-right: 2%;
        margin-bottom: 10px;
    }
    .alxqyy .page-product-detail-right .product-detail-slick a.slick-item:nth-child(4n){
        margin-right: 0;
    }
    .page-product-detail-right0{
        display: none;
    }
    .page-product-detail-right1{
        display: block;
    }
    .alxqybt{
        font-size: 24px;
        margin: 15px 0;
    }
}
@media (max-width: 468px){
    .alxqybt{
        font-size: 20px;
    }
}

/*  */
.m1700{
    max-width: 1730px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    z-index: 9;
}
.fhzkh{
    margin-bottom: 3%;
}
.fhzkh .m1700{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.fhzkh li img{
    width: 100%;
}
.fhzkhn{
    overflow: hidden;
    width: calc(100% - 100px);
}
.fhzkh .fhzkhwz{
    width: 80px;
    font-size: 14px;
    line-height: 1.2;
    color: #fff;
}
@media(max-width: 468px){
    .fhzkh .fhzkhwz{
        width: 100%;
    }
    .fhzkhn{
        width: 100%;
        margin-top: 15px;
    }
    .fhzkh{
        margin-bottom: 15px;
    }
}

.ystpimg{
    transform: translateY(100px);
    -webkit-transition: all 3s;
    -moz-transition: all 0.85s;
    -ms-transition: all 0.85s;
    -o-transition: all 0.85s;
    transition: all 1.2s; 
    opacity: 0;
    display: none;
}
.ystpimg.cur1{
    transform: translateY(0);
    opacity: 1;
    z-index: 9;
}
.hxys{
    overflow: hidden;
}



/*  */
.gylb{
    width: 50%;
    margin-top: 2%;
}
.gyyb{
    width: 48.7%;
}
.gyyb img{
    width: 100%;
}
@media(max-width: 1280px){
    .gylb{
        margin-top: 0;
    }
    .gywm .gywm_fc{
        line-height: 1.5;
    }
}
@media(max-width: 1150px){
    .gywm .gywm_fc{
        line-height: 1.3;
        font-size: 13px;
        margin-bottom: 2%;
    }
}
@media(max-width: 991px){
    .gylb{
        width: 100%;
    }
    .gyyb{
        width: 100%;
        margin-top: 15px;
    }
    .gywm .gywm_fc{
        font-size: 14px;
            overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    }
}
@media(max-width: 468px){
    .gywm{
        padding: 30px 0;
    }
}

/* 底部修改 */
.footxg1{
    padding-top: 2.709%;
    background: url(../images/foot_bj.jpg) no-repeat center;
    background-size: cover;
}
.footxg1 .footxg1_ft{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.footxg1 .footxg1_ft .footxg1_ftwz{
    font-size: 15px;
    line-height: 1;
	color: #ffffff;
}
.footxg1 .footxg1_ft .footxg1_ftwznr{
    overflow: hidden;
    width: calc(100% - 130px);
}
.footxg1 .footxg1_ft .footxg1_ftwznr li img{
    width: 100%;
}
.footxg1 .footxg1_fc{
    margin-top: 3.353%;
    padding-bottom: 3.353%;
}
.footxg1 .footxg1_fc .footxg1_fcl{
    padding-top: 3.059%;
    width: 25.17%;
    padding-right: 3%;
}
.footxg1 .footxg1_fc .footxg1_fcl .logom{
    max-width: 100%;
}
.footxg1 .footxg1_fc .footxg1_fcl ul{
    margin-top: 2.75rem;
    font-size: 0;
}
.footxg1 .footxg1_fc .footxg1_fcl ul li{
    width: 20%;
    max-width: 65px;
    padding: 0 6px;
    display: inline-block;
}
.footxg1 .footxg1_fc .footxg1_fcl ul li img{
    width: 100%;
}
.footxg1 .footxg1_fc .footxg1_fcc{
    width:57.73%;
    border-left: 1px solid #363636;
    padding-left: 6%;
    padding-top: 2.589%;
    padding-bottom: 1.589%;
}
.footxg1 .footxg1_fc .footxg1_fcc .fnav{
    float: left;
    width: 33.333%;
}
.footxg1 .footxg1_fc .footxg1_fcc .fnav h3{
    font-size: 16px;
	font-weight: normal;
	line-height: 1;
	color: #ffffff;
}
.footxg1 .footxg1_fc .footxg1_fcc .fnav ul{
    margin-top: 1.4rem;
}
.footxg1 .footxg1_fc .footxg1_fcc .fnav li a{
    font-size: 14px;
	line-height: 2.142857;
	color: #666666;
}
.footxg1 .footxg1_fc .footxg1_fcr{
    width: 17.1%;
    position: relative;
    z-index: 6;
    padding-top: 2.589%;
}
.footxg1 .footxg1_fc .footxg1_fcr .fewm{
    max-width: 126px;
    width: 48%;
    text-align: center;
}
.footxg1 .footxg1_fc .footxg1_fcr .fewm img{
    width: 100%;
    padding: 8px 8px;
	border: solid 1px rgba(255, 255, 255, 0.4);
}
.footxg1 .footxg1_fc .footxg1_fcr .fewm h3{
    font-size: 14px;
	font-weight: normal;
	line-height: 1;
	color: #666666;
    margin-top: 25px;
}
.footxg1 .footxg1_fb{
    padding: 2.084% 0;
    background-color: #363636;
}

.footxg1 .footxg1_fb ul{
    font-size: 0;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between
}
.footxg1 .footxg1_fb li{
    width: 25%;
    padding: 0 1%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
}
.footxg1 .footxg1_fb li h3{
    font-size: 14px;
	font-weight: normal;
	line-height: 16px;
	color: #ffffff;
    padding-left: 21px;
}
.footxg1 .footxg1_fb li h4{
    font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	color: #ffffff;
    padding-left: 21px;
    margin-top: 6px;
}
/* .footxg2 */
.footxg2{
    font-size: 12px;
	line-height: 2;
	color: #666666;
    padding: 22px 0;
    text-align: center;
}
.footxg2 a{
    color: #666666;
}
@media(max-width: 991px){
    .footxg1{
        padding-top: 25px;
    }
    .footxg1 .footxg1_fc .footxg1_fcc{
        display: none;
    }
    .footxg1 .footxg1_fc .footxg1_fcl{
        width: 50%;
    }
    .footxg1 .footxg1_fc .footxg1_fcr{
        width: 45%;
    }
    .footxg1 .footxg1_fc .footxg1_fcr .fewm h3{
        margin-top: 10px;
    }
    .footxg1 .footxg1_ft .footxg1_ftwznr{
        width: calc(100% - 90px);
    }
    .footxg1 .footxg1_fc .footxg1_fcl ul{
        margin-top: 15px;
    }
    .footxg1 .footxg1_fb li{
        width: 50%;
        margin: 5px 0;
        justify-content: flex-start;
    }
}
@media(max-width: 768px){
    .footxg1 .footxg1_fc{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .footxg1 .footxg1_fb li{
        width: 100%;
    }
    .footxg1 .footxg1_fb{
        padding: 15px 0;
    }
    .footxg2{
        padding: 15px 0;
    }
}
@media(max-width: 468px){
    .footxg1 .footxg1_fc .footxg1_fcl{
        width: 100%;
    }
    .footxg1 .footxg1_fc .footxg1_fcr{
        width: 100%;
        margin-top: 15px;
    }
    .footxg1 .footxg1_fc .footxg1_fcr .fewm{
        float: left;
    }
}

.footxg1 .footxg1_ft .footxg1_ftwznr .swiper-wrapper {
    transition-timing-function: linear;
    -o-transition-timing-function: linear;
    -webkit-transition-timing-function: linear;
}
/*手机头部*/
.mc_header{
    display: none;
    height: 61px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    padding: 0 20px;
    border-bottom: 1px solid #eee;
}
.mc_header_con{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    height: 60px;
}
.mc_logo{
    line-height: 50px;
    max-width: 50%;
}
.mc_logo img{
    width: auto;
    max-width: 100%;
    max-height: 40px;
}
.mc_nav{
    width: 30px;
    height: 20px;
    position: relative;
    overflow: hidden;
}
.mc_nav span{
    width: 100%;
    height: 2px;
    background: #000;
    display: block;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.mc_nav span:nth-child(1){
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform-origin: 7.5%;
    transform-origin: 7.5%;
}
.mc_nav span:nth-child(2){
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.mc_nav span:nth-child(3){
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform-origin: 7.5%;
    transform-origin: 7.5%;
}
.mc_nav.click span:nth-child(1){
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mc_nav.click span:nth-child(2){
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
}
.mc_nav.click span:nth-child(3){
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.mc_nav_con{
    background: #000;
    padding: 20px;
    display: none;
    position: fixed;
    top: 61px;
    left: 0;
    z-index: 99999;
    width: 100%;
}
.mc_nav_con ul{
    overflow: hidden;
    overflow-y: auto;
    height: calc(100vh - 100px);
}
.mc_nav_con ul>li{
    position: relative;
    border-bottom: 1px solid #2b2b2b;
}
.mc_nav_con ul>li>a{
    font-size: 16px;
    line-height: 50px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 50px;
    display: block;
}
.mc_nav_con ul>li>span{
    width: 35px;
    height: 30px;
    background-image: url(../images/icon_spirit.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 99;
    background-position: -30px -240px;
} 
.mc_nav_con ul>li>span.click{
    background-position: -30px -265px;
}
.mc_nav_erji{
    background: #1E1E1E;
    display: none;
}
.mc_nav_erji p{
    border-top: 1px dashed #2b2b2b;
}
.mc_nav_erji p:last-child{
    border-top: 0px dashed #2b2b2b;
}
.mc_nav_erji a{
    font-size: 14px;
    line-height: 35px;
    color: #fff;
    display: block;
    padding: 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media(max-width:991px){
    .pc_header{
        display: none;
    }
    .x-top2{
        display: none;
    }
    .mc_header{
        display: block;
    }
}
@media(max-width:468px){
    .mc_logo{
        max-width:60%;
    }
}
/*内页banner*/
.page-banner {
    position: relative;
}

.page-banner .nybt {
    position: absolute;
    width: 100%;
    top: 45%;
    z-index: 99;
    color: #fff;
    text-align: center;
    display: none;
}

.page-banner .nybt h3 {
    font-size: 2rem;
    text-align: center;
}
.page-banner img{
    width: 100%;
}
/*内页导航*/
/* 内页 */
.icon-font:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/icon_spirit.png);
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}
.page-wrap-left{
    display: none;
}
@media (max-width: 991px) {
    .page-wrap-left {
        display: block;
    }
}
@media (min-width: 990px) {
    .page-wrap-left {
        float: left;
        width: 305px;
        margin-right: 4.16666667%;
    }
}

.aspg-left-box {
    margin-bottom: 20px;
}

.aspg-left-title {
    background: #012ea8;
    padding: 10px 20px;
    position: relative;
}

.aspg-left-title h3 {
    font-size: 20px;
    color: #ffffff;
    line-height: 30px;
    font-weight: bold;
    position: relative;
    z-index: 9;
}

.aspg-left-title i {
    position: absolute;
    left: -5px;
    top: -9px;
    font-style: normal;
    font-size: 67px;
    font-weight: bold;
    opacity: .1;
    color: #fff;
    line-height: 1;
    z-index: 1;
    text-transform: uppercase;
}

.aspg-left-title span {
    font-weight: normal;
    font-size: 16px;
    color: #fff;
    opacity: .6;
    margin-left: 10px;
    text-transform: capitalize;
}

.aspg-left-title span:before {
    content: "/";
    padding-right: 5px;
}

.aspg-left-con {
    border: 1px solid #d2d2d2;
    border-top: none;
}

.latest-news {
    padding: 10px 0;
}

.latest-news li {
    padding: .5em 1em;
    font-size: 14px;
}

.latest-news li a {
    display: block;
    line-height: 1.2;
    color: #5a5a5a;
}

.latest-news li a:before {
    content: '+';
    font-weight: bold;
    margin-right: 5px;
    font-size: 16px;
}

.latest-news li a:hover {
    color: #012ea8;
}

.latest-news li a:hover:before {
    color: #012ea8;
}

.hot-keys {
    padding: 20px 7px 8px 7px;
}

.hot-keys li {
    width: calc(50% - 14px);
    float: left;
    margin: 0 7px 14px 7px;
}

.hot-keys li a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #5a5a5a;
    line-height: 2.857;
    border: 1px dashed #f1f1f1;
}

.hot-keys li a:hover {
    color: #012ea8;
    border-color: #012ea8;
}

.page-wrap-contact {
    padding: 10px 0;
    font-size: 14px;
}

.page-wrap-contact h4 {
    padding: .3em 1.4em .8em 1.4em;
    font-size: 16px;
    color: #000000;
}

.page-wrap-contact p {
    border-top: 1px solid #eee;
    position: relative;
    margin-bottom: 0;
    padding: .8em 1.4em;
    color: #2f2f2f;
}

.page-message-img img {
    border: 1px solid #d2d2d2;
}

.page-wrap-right {
    overflow: hidden;
}

.page-mob-tool {
    position: fixed;
    right: 15px;
    bottom: 100px;
    z-index: 9999;
}

.page-mob-tool li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 1px;
    cursor: pointer;
    position: relative;
}

.page-mob-tool li:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #012ea8;
    opacity: .7;
}

.page-mob-tool li i {
    display: block;
    width: 100%;
    height: 100%;
}

.page-mob-tool li .icon-dots-horizontal:after {
    background-position: -30px -390px;
}

.page-mob-tool li .icon-top:after {
    background-position: -30px -60px;
}

@media (min-width: 992px) {
    .page-mob-tool {
        display: none;
    }
}
/* 手机站 左侧导航弹出特效 */
.asmob-left-close-btn {
    display: none;
}
@media (max-width: 990px) {
    /* 弹出框之后 body 上增加一个禁止滚动的类*/
    body.no-scroll, html.no-scroll {
        height: 100vh;
        overflow: hidden;
    }

    .asmob-menu-click {
        position: fixed;
        width: 100vw;
        overflow-y: scroll;
        top: 0;
        left: 100%;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        z-index: 999999;
        height: 100vh;
        background: rgba(0, 0, 0, 0.7);
    }

    .asmob-menu-click .aspg-left-news, .asmob-menu-click .aspg-left-keys, .asmob-menu-click .aspg-left-contact, .asmob-menu-click .page-message-img {
        display: none;
    }

    .asmob-menu-click .asmob-left-close-btn {
        display: block;
        position: absolute;
        top: 15px;
        right: 15px;
        width: 32px;
        height: 32px;
        line-height: 32px;
        border-radius: 50%;
        border: 1px solid #fff;
        text-align: center;
        background: black;
        z-index: 99;
    }

    .asmob-menu-click .asmob-left-close-btn .icon-font {
        display: block;
        width: 100%;
        height: 100%;
    }

    .asmob-menu-click .asmob-left-close-btn .icon-font:after {
        background-position: -30px -300px;
    }

    .asmob-menu-click .aspg-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: 90vh;
        padding: 5vh 0;
    }

    .asmob-menu-click .aspg-left .aspg-left-menu {
        width: 90%;
        background: #fff;
    }

    .asmob-menu-click.click {
        left: 0;
    }
}

/* 内页左侧导航栏样式 */
.aspg-left-nav {
    margin: 0 -1px;
}

.aspg-left-nav > li {
    position: relative;
    border-bottom: 1px solid #eeeeee;
}

.aspg-left-nav > li:last-child {
    border-bottom: none;
}

.aspg-left-nav > li > a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #2e2e2e;
    padding: 15px 18px;
}

.aspg-left-nav > li .first-nav-btn {
    position: absolute;
    z-index: 99;
    width: 30px;
    height: 30px;
    text-align: center;
    top: 10px;
    right: 20px;
    cursor: pointer;
    background: url(../images/icon_spirit.png) 0 -240px no-repeat;
}

.aspg-left-nav > li .first-nav-btn.cur {
    background-position: 0 -270px;
}

/*.aspg-left-nav > li:hover > a, .aspg-left-nav > li.active > a {*/
/*    color: #012ea8;*/
/*}*/


/*.aspg-left-nav > li:hover .first-nav-btn, .aspg-left-nav > li.active .first-nav-btn {*/
/*    color: #012ea8;*/
/*}*/
.aspg-left-nav > li > a.active{
    color: #012ea8;
}
.aspg-left-nav > li > a:hover{
    color: #012ea8;
}
.aspg-left-nav .aspg-left-subnav> li>a.active{
    color: #012ea8;
}
.aspg-left-nav .aspg-left-subnav> li>a:hover{
    color: #012ea8;
}


.aspg-left-nav .aspg-left-subnav {
    display: none;
    padding: 0 10px;
}

.aspg-left-nav .aspg-left-subnav > li {
    border-top: 1px dashed #eeeeee;
}

.aspg-left-nav .aspg-left-subnav > li > a {
    padding: 8px;
    display: block;
    line-height: 20px;
    color: #818181;
    font-size: 16px;
}

.aspg-left-nav .aspg-left-subnav > li > a:hover {
    color: #012ea8;
}

.aspg-left-nav .aspg-left-subnav > li.clicked > a {
    color: #012ea8;
}

.aspg-left-nav .aspg-left-threenav > li > a {
    padding: 5px 10px;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
}

.aspg-left-nav .aspg-left-threenav > li > a:before {
    content: '\2014   ';
}

.aspg-left-nav .aspg-left-threenav > li > a:hover {
    color: #012ea8;
}

.aspg-left-nav .aspg-left-threenav > li.clicked > a {
    color: #012ea8;
}

@media (max-width: 990px) {
    .aspg-left-nav .aspg-left-threenav {
        display: block;
    }
}

.page_ryzs{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 3%;
}
.page_ryzs li{
    width:23.5%;
    margin: 1% 0;
    margin-right: 2%;
}
.page_ryzs li:nth-child(4n){
    margin-right: 0;
}
.page_ryzs li .img{
    overflow: hidden;
}
.page_ryzs li img{
    width: 100%;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.page_ryzs li:hover img{
    transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
}
.page_ryzs li h3{
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    margin: 15px 0;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
    font-weight: normal;
}
@media(max-width:991px){
    .page_ryzs li h3{
        font-size: 16px;
    }
}
@media(max-width:768px){
    .page_ryzs li{
        width:49%;
    }
    .page_ryzs li:nth-child(3n){
        margin-right: 2%;
    }
    .page_ryzs li:nth-child(2n){
        margin-right: 0;
    }
}
@media(max-width:468px){
    .page_ryzs li h3{
        font-size: 14px;
    }
}
/*内页分页*/
.pages_fenye{
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
    color: #333333;
    line-height: 26px;
}
.pages_fenye2{
    display: none;
}
.pages_fenye1 li{
    display: inline-block;
    font-size: 14px;
    color: #333333;
    font-family: "Microsoft YaHei",Arial;
    line-height: 26px;
    border: 1px solid #cbcbcb;
    margin: 0 5px;
    padding: 0 8px;
    cursor: pointer;
}
.pages_fenye1 li a{
    color: #333;
}
.pages_fenye1 li.active{
    color:#fff;
    background: #012ea8;
}
.pages_fenye1 li.active a{
    color: #fff;
}
.pages_fenye1 li:hover{
    color:#fff;
    background: #012ea8;
}
.pages_fenye1 li:hover a{
    color: #fff;
}
/*分页2*/
.pages_fenye2 li{
    display: inline-block;
    font-size: 14px;
    color: #333333;
    line-height: 26px;
    cursor: pointer;
   margin: 0 5px;
}
.pages_fenye2 li span,.pages_fenye2 li a{
    padding: 0 8px;
    display: block;
    border: 1px solid #cbcbcb;
    color: #333333;
}
.pages_fenye2 li span.current{
    color:#fff;
    background: #012ea8;
    border: 1px solid #012ea8;
}
.pages_fenye2 li span:hover,.pages_fenye2 li a:hover{
    color:#fff;
    background: #012ea8;
    border: 1px solid #012ea8;
}
@media(max-width:991px){
    .pages_fenye1{
        display: none;
    }
    .pages_fenye2{
        display: block;
    }
    .pages_fenye{
        font-size: 0;
    }
}
@media(max-width:468px){
    .pages_fenye2 li{
        margin: 0 2px;
    }
    .pages_fenye2 li span,.pages_fenye2 li a{
        padding: 0 7px;
        display: block;
    }
}


/*内页详情页面公用样式*/
.aspg-detail-title {
    font-size: 20px;
    color: #363636;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.7;
}

.aspg-detail-info-bar {
    font-size: 14px;
    font-family: Arial;
    color: #9e9e9e;
    line-height: 35px;
    border-bottom: 1px dashed #cfcfcf;
    margin-bottom: 20px;
    overflow: hidden;
}

.aspg-detail-info-bar .baidu-share {
    float: left;
    margin-left: 25px;
    margin-top: 7px;
}

.aspg-detail-info-bar .detail-info-time {
    float: left;
    margin-right: 20px;
    position: relative;
    padding-left: 25px;
}

.aspg-detail-info-bar .detail-info-time i {
    position: absolute;
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
    left: 0;
}

.aspg-detail-info-bar .detail-info-time i:after {
    opacity: .5;
    background-position: 0 -360px;
}

.aspg-detail-info-bar .detail-info-numbers {
    float: left;
    position: relative;
    padding-left: 25px;
}

.aspg-detail-info-bar .detail-info-numbers i {
    position: absolute;
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
    left: 0;
}

.aspg-detail-info-bar .detail-info-numbers i:after {
    opacity: .5;
    background-position: 0 -330px;
}

.aspg-detail-info-bar .aspg-file-down {
    float: right;
    position: relative;
}

.aspg-detail-info-bar .aspg-file-down .file-down-title {
    cursor: pointer;
    position: relative;
    padding-left: 25px;
}

.aspg-detail-info-bar .aspg-file-down .file-down-title i {
    position: absolute;
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
    left: 0;
}

.aspg-detail-info-bar .aspg-file-down .file-down-title i:after {
    background-position: 0 -630px;
}

.aspg-detail-info-bar .aspg-file-down .file-down-title:hover {
    color: #012ea8;
}

.aspg-detail-info-bar .aspg-file-down .file-down-list {
    position: absolute;
    z-index: 9999;
    width: 250%;
    right: 0;
    background: #fff;
    display: none;
}

.aspg-detail-info-bar .aspg-file-down .file-down-list li {
    padding: 10px 0;
    border-top: 1px dashed #cfcfcf;
}

.aspg-detail-info-bar .aspg-file-down .file-down-list li .icon {
    float: left;
    font-size: 40px;
    line-height: 40px;
    margin-right: 5px;
    height: 40px;
}

.aspg-detail-info-bar .aspg-file-down .file-down-list li .list-con {
    overflow: hidden;
    line-height: 1;
}

.aspg-detail-info-bar .aspg-file-down .file-down-list li .list-con p {
    font-size: 12px;
    margin-bottom: 0;
    line-height: 20px;
}

.aspg-detail-info-bar .aspg-file-down .file-down-list li .list-con a {
    font-size: 12px;
}

.aspg-detail-info-bar .aspg-file-down .file-down-list li .list-con a:hover {
    color: #012ea8;
}

.aspg-detail-con-title {
    margin: 20px 0 10px 0;
}

.aspg-detail-con-title span {
    display: inline-block;
    font-size: 18px;
    color: #012ea8;
}

.aspg-detail-con {
    font-size: 16px;
    color: #333;
    line-height:2;
}

.aspg-detail-con img, .aspg-detail-con p img {
    width: auto !important;
    max-width: 100%;
    height: auto !important;
}

.aspg-detail-tags {
    margin-top: 60px;
}

.aspg-detail-tags .tags-title {
    border-bottom: 1px solid #c3c3c3;
    position: relative;
}

.aspg-detail-tags .tags-title h3 {
    display: inline-block;
    padding: 0 30px;
    font-size: 16px;
    color: #012ea8;
    line-height: 40px;
    border-bottom: 3px solid #012ea8;
    margin-bottom: -1px;
}

.aspg-detail-tags .tags-title .baidu-share {
    position: absolute;
    right: 0;
    top: 8px;
}

.aspg-detail-tags .tags-content {
    padding-top: 12px;
}

.aspg-detail-tags .tags-content a {
    font-size: 12px;
    color: #2f2f2f;
    display: inline-block;
    margin-right: 9px;
    background: #f4f4f4;
    line-height: 28px;
    padding: 0 15px;
}

.aspg-detail-tags .tags-content a:hover {
    color: #012ea8;
}

.aspg-detail-url {
    margin-top: 15px;
}

.aspg-detail-url a {
    word-break: break-all;
    color: #666;
}

.aspg-detail-article p {
    margin: 10px 0 20px 0;
    line-height: 24px;
}

.aspg-detail-pn {
    margin-top: 30px;
}

.aspg-detail-pn div + div {
    margin-top: 15px;
}

.aspg-detail-pn div {
    line-height: 22px;
    padding: 10px;
    position: relative;
    border: 1px solid #eeeeee;
    overflow: hidden;
}

.aspg-detail-pn div b {
    font-size: 14px;
    color: #012ea8;
    float: left;
    font-weight: normal;
}

.aspg-detail-pn div a {
    float: left;
    width: 75%;
    font-size: 14px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.aspg-detail-pn div a:hover {
    color: #012ea8;
}

@media (max-width: 600px) {
    .aspg-detail-pn div a {
        width: 60%;
    }
}

@media (max-width: 600px) {
    .aspg-detail-pn div a {
        width: 50%;
    }
}

.aspg-detail-pn div span {
    position: absolute;
    right: 20px;
    top: 11px;
    font-size: 14px;
    color: #666666;
}

/*相关产品 和 相关新闻*/
.aspg-relate {
    margin-top: 45px;
    display: none;
}

.relate-title {
    border: 1px solid #eeeeee;
    font-size: 14px;
    line-height: 2.857;
    margin-bottom: 15px;
}

.relate-title span {
    display: inline-block;
    color: #012ea8;
    padding: 0 1.4em;
    border-right: 1px solid #eeeeee;
}

.relate-product-slick {
    position: relative;
}

.relate-product-slick .owl-item {
    display: block;
    font-size: 0;
}

.relate-product-slick .owl-item .img {
    display: block;
    margin-bottom: 8px;
}

.relate-product-slick .owl-item p {
    margin-bottom: 0;
    padding: .5em 0;
    font-size: 12px;
    color: #012ea8;
    text-align: center;
}

.relate-product-slick .owl-item:hover p {
    color: #012ea8;
}

.relate-product-slick .owl-nav button.owl-prev, .relate-product-slick .owl-nav button.owl-next {
    width: 25px;
    height: 35px;
    color: #fff;
    font-size: 20px;
    margin-top: -17.5px;
    line-height: 35px;
}

.relate-product-slick .owl-nav button.owl-prev span, .relate-product-slick .owl-nav button.owl-next span {
    display: inline;
}

.aspg-relate .relate-news {
    margin-top: 45px;
}

.relate-news-list li {
    float: left;
    width: 48%;
    position: relative;
    line-height: 2.143;
    font-size: 14px;
    color: #012ea8;
}

.relate-news-list li:nth-child(even) {
    float: right;
}

.relate-news-list li a {
    display: block;
    padding-right: 125px;
    color: #666666;
}

.relate-news-list li a:before {
    content: '+';
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    margin-right: 5px;
}

.relate-news-list li span {
    position: absolute;
    right: 0;
    top: 2.5px;
    width: 125px;
    text-align: right;
    font-size: 12px;
    color: #666666;
}

.relate-news-list li:hover a {
    color: #012ea8;
}

.relate-news-list li:hover a:before {
    color: #012ea8;
}

.relate-news-list li:hover span {
    color: #012ea8;
}

@media (max-width: 990px) {
    .aspg-relate {
        display: none;
    }
}

#as-share{
    float: right;
    margin-top: 15px;
}
/* 内页新闻列表 */
.aspg-news-list li {
    border: 1px solid #e1e1e1;
    padding: 30px;
    background: #fff;
    margin-bottom: 35px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.aspg-news-list li .tit {
    border-bottom: 1px solid #cbcbcb;
    margin-bottom: 15px;
    position: relative;
}

.aspg-news-list li .tit h3 {
    padding-bottom: 15px;
    font-size: 18px;
    color: #565656;
    font-weight: normal;
    padding-right: 25%;
    margin: 0;
}

.aspg-news-list li .tit .date {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    color: #666666;
}

.aspg-news-list li .info {
    font-size: 14px;
    line-height: 2;
    color: #999999;
}

.aspg-news-list li .more {
    margin-top: 15px;
}

.aspg-news-list li .more span {
    display: inline-block;
    width: 130px;
    line-height: 33px;
    text-align: center;
    font-size: 14px;
    color: #666666;
    border: 1px solid #e1e1e1;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.aspg-news-list li:hover {
    -webkit-box-shadow: 0px 2px 13px 1px rgba(8, 1, 3, 0.18);
    box-shadow: 0px 2px 13px 1px rgba(8, 1, 3, 0.18);
}

.aspg-news-list li:hover .tit h3 {
    color: #012ea8;
}

.aspg-news-list li:hover .more span {
    color: #fff;
    background-color: #012ea8;
}

@media (max-width: 990px) {
    .aspg-news-list li .tit {
        border-bottom: none;
    }

    .aspg-news-list li .tit h3 {
        padding-right: 0;
        padding-bottom: 10px;
    }

    .aspg-news-list li .tit .date {
        position: static;
        border-bottom: 1px solid #cbcbcb;
        padding-bottom: 5px;
        color: #999;
    }
}

.aspg-album-cate {
    margin: 0 -1%;
    display: flex;
    flex-wrap: wrap;
}

.aspg-album-cate li {
    float: left;
    width: 23%;
    margin: 0 1% 20px 1%;
    border: 1px solid #eaeaea;
    padding: 10px;
}

.aspg-album-cate li .album-img {
    margin-bottom: 15px;
    overflow: hidden;
}

.aspg-album-cate li .album-img img {
    width: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.aspg-album-cate li:hover .album-img img {
    transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
}
.aspg-album-cate li .album-title {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.aspg-album-cate li .album-num {
    font-size: 16px;
    color: #333333;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.aspg-album-cate li .album-num span {
    display:block;
    /*margin-right: 5px;*/
    width: 100%;
}

@media (max-width: 768px) {
    .aspg-album-cate li {
        width: 48%;
    }
}

@media (max-width: 420px) {
    .aspg-album-cate {
        margin: 0;
    }

    .aspg-album-cate li {
        width: 100%;
        margin: 0 0 20px 0;
    }
}

.aspg-album-list {
    margin: 0 -1%;
}

.aspg-album-list li {
    float: left;
    width: 31.33333%;
    margin: 0 1% 20px 1%;
    position: relative;
}

.aspg-album-list li .img {
    display: block;
    overflow: hidden;
}

.aspg-album-list li .img img {
    width: 100%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.aspg-album-list li h3 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    color: #fff;
    line-height: 40px;
    font-weight: normal;
    font-size: 16px;
}

.aspg-album-list li:hover .img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

@media (max-width: 768px) {
    .aspg-album-list li {
        width: 48%;
    }
}

@media (max-width: 420px) {
    .aspg-album-list {
        margin: 0;
    }

    .aspg-album-list li {
        width: 100%;
        margin: 0 0 20px 0;
    }
}

.aspg-album-list.aspg-getkey-list li {
    width: 18%;
}

@media (max-width: 1200px) {
    .aspg-album-list.aspg-getkey-list li {
        width: 31.3333%;
    }
}

@media (max-width: 768px) {
    .aspg-album-list.aspg-getkey-list li {
        width: 48%;
    }
}

@media (max-width: 420px) {
    .aspg-album-list.aspg-getkey-list {
        margin: 0;
    }

    .aspg-album-list.aspg-getkey-list li {
        width: 100%;
        margin: 0 0 20px 0;
    }
}

/*左侧工具条*/
#toolbar {
    position: fixed;
    /* z-index: 9999; */
    right: 17px;
    bottom: 10%;
    z-index: 9999;
}

#toolbar .online-one li {
    margin-bottom: 3px;
    font-size: 0;
    width: 70px;
    height: 70px;
    right: 0;
    position: relative;
}
#toolbar .online-one li .icon-font::after{
    top: auto;
}


#toolbar .online-one li:hover a {
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.24);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.24);
}

#toolbar .online-one li a {
    display: block;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    width: 70px;
    height: 70px;
    background: #00c184;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    font-size: 0;
    border-radius: 4px;
    padding: 10px 0;
    overflow: hidden;
}

#toolbar .online-one li .icon-font {
    display: block;
    height: 28px;
    width: 100%;
}

#toolbar .online-one li .icon-font:after {
    background-image: url(../images/kf.png);
}

#toolbar .online-one li .icon-qq:after {
    background-position: -30px -240px;
}

#toolbar .online-one li .icon-phone:after {
    background-position: -30px -208px;
}

#toolbar .online-one li .icon-message:after {
    background-position: -30px -170px;
}

#toolbar .online-one li .icon-ewm:after {
    background-position: -30px -138px;
}

#toolbar .online-one li .icon-top:after {
    background-image: url(../images/icon_spirit.png);
    background-position: -30px -60px;
}

#toolbar .online-one li .icon-wangwang:after {
    background-image: url(../images/icon_spirit.png);
    background-position: -30px 0;
}

#toolbar .online-one li .wz {
    font-size: 12px;
    color: #fff;
    text-align: center;
    display: block;
    margin-top: 5px;
    height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#toolbar .online-one li.phone {
    border-radius: 4px;
    padding: 10px 0;
}

#toolbar .online-one li.ewm {
    background: #00c184;
    border-radius: 4px;
    padding: 10px 0;
}

#toolbar .online-one li.phone .tel-phone {
    position: absolute;
    z-index: 1;
    padding: 5px;
    text-align: center;
    width: 130px;
    right: calc(100% + 5px);
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s;
    transition: all .7s;
    -webkit-box-shadow: 0 4px 20px 4px rgb(0 20 60 / 20%);
    box-shadow: 0 4px 20px 4px rgb(0 20 60 / 20%);
    color: #fff;
    font-size: 14px;
}

#toolbar .online-one li.ewm .ewm-box {
    position: absolute;
    z-index: 1;
    padding: 5px;
    background: #fff;
    width: 110px;
    right: calc(100% + 5px);
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s;
    transition: all .7s;
    -webkit-box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
    box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
}

#toolbar .online-one li.ewm .ewm-box img {
    max-width: 100%;
}

#toolbar .online-one li.ewm .ewm-box:after {
    content: '';
    position: absolute;
    right: -5px;
    bottom: 20px;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 5px;
    cursor: pointer;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #fff;
    border-right: none;
}

#toolbar .online-one li.ewm:hover .ewm-box {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#toolbar .online-one li.phone:hover .tel-phone {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#toolbar .online-two li {
    margin-bottom: 3px;
    font-size: 0;
    width: 57px;
    height: 57px;
    right: 0;
    position: relative;
}

#toolbar .online-two li a {
    display: block;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    width: 57px;
    height: 57px;
    overflow: hidden;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    white-space: nowrap;
    font-size: 0;
    background: #d9d9d9;
}

#toolbar .online-two li .icon-font {
    display: inline-block;
    vertical-align: middle;
    width: 57px;
    height: 57px;
}

#toolbar .online-two li .icon-qq:after {
    background-position: 0 -150px;
}

#toolbar .online-two li .icon-phone:after {
    background-position: 0 -90px;
}

#toolbar .online-two li .icon-ewm:after {
    background-position: 0 -30px;
}

#toolbar .online-two li .icon-message:after {
    background-position: 0 -120px;
}

#toolbar .online-two li .icon-top:after {
    background-position: 0 -60px;
}

#toolbar .online-two li .icon-wangwang:after {
    background-position: 0 0;
}

#toolbar .online-two li .wz {
    display: inline-block;
    line-height: 57px;
    font-size: 14px;
    color: #fff;
    vertical-align: middle;
    padding-left: 10px;
}

#toolbar .online-two li.ewm .ewm-box {
    position: absolute;
    z-index: 1;
    padding: 5px;
    background: #012ea8;
    width: 110px;
    right: 120%;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s;
    transition: all .7s;
    -webkit-box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
    box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
}

#toolbar .online-two li.ewm .ewm-box p {
    margin-bottom: 0;
}

#toolbar .online-two li.ewm .ewm-box img {
    max-width: 100%;
}

#toolbar .online-two li.ewm .ewm-box:after {
    content: '';
    position: absolute;
    right: -5px;
    bottom: 20px;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 5px;
    cursor: pointer;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #012ea8;
    border-right: none;
}

#toolbar .online-two li.ewm:hover .icon {
    background-position: -57px -180px;
}

#toolbar .online-two li.ewm:hover .ewm-box {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#toolbar .online-two li.backtop {
    cursor: pointer;
}

#toolbar .online-two li.backtop .iconfont {
    color: #fff;
    background-color: #012ea8;
}

#toolbar .online-two li:hover a {
    width: 200px;
}

#toolbar .online-two li:hover .icon-qq:after {
    background-position: -30px -150px;
}

#toolbar .online-two li:hover .icon-phone:after {
    background-position: -30px -90px;
}

#toolbar .online-two li:hover .icon-ewm:after {
    background-position: -30px -30px;
}

#toolbar .online-two li:hover .icon-message:after {
    background-position: -30px -120px;
}

#toolbar .online-two li:hover .icon-wangwang:after {
    background-position: -30px 0;
}

#toolbar .online-two li:hover .icon-top:after {
    background-position: -30px -60px;
}

#toolbar .online-three {
    width: 115px;
}

#toolbar .online-three .title {
    background: #3aa3e6;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    position: relative;
}

#toolbar .online-three .title span {
    position: absolute;
    right: 0;
    top: 0;
    width: 25px;
    height: 25px;
    background-image: url(../images/kf.png);
    background-repeat: no-repeat;
    background-position: -31px -28px;
    opacity: 1;
    text-shadow: none;
}

#toolbar .online-three .qq-list {
    background: #fff;
    padding: 10px 0;
    border-bottom: 1px solid #eeeeee;
}

#toolbar .online-three .qq-list li {
    text-align: center;
    line-height: 32px;
}

#toolbar .online-three .qq-list li .icon-font:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/kf.png);
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}

#toolbar .online-three .qq-list li .wz {
    color: #333;
    font-size: 12px;
    margin-left: 10px;
    display: inline-block;
}

#toolbar .online-three .qq-list .icon-qq:after {
    background-position: 0 -114px;
}

#toolbar .online-three .qq-list .icon-message:after {
    background-position: -30px -87px;
}

#toolbar .online-three .qq-list .icon-wangwang:after {
    background-position: -30px -116px;
}

#toolbar .online-three .ewm {
    background: #fff;
    padding: 10px 0;
    border-bottom: 1px solid #eeeeee;
    text-align: center;
}

#toolbar .online-three .ewm span {
    display: inline-block;
    font-size: 12px;
    color: #333;
    margin-bottom: 12px;
}

#toolbar .online-three .ewm img {
    width: 100%;
    max-width: 84px;
}

#toolbar .online-three .service-phone {
    background: #fff;
    padding: 10px 0;
    text-align: center;
}

#toolbar .online-three .service-phone span {
    font-size: 12px;
    color: #333;
}

#toolbar .online-three .service-phone span.hotline {
    color: #777777;
    font-size: 12px;
    line-height: 32px;
}

#toolbar .online-four li {
    margin-bottom: 3px;
    font-size: 0;
    width: 50px;
    height: 50px;
    right: 0;
    position: relative;
}

#toolbar .online-four li a {
    display: block;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    white-space: nowrap;
    font-size: 0;
    border-radius: 50%;
    overflow: hidden;
}

#toolbar .online-four li .icon-font {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
}

#toolbar .online-four li .icon-font:after {
    background-image: url(../images/kf.png);
}

#toolbar .online-four li .icon-qq:after {
    background-position: 0 -87px;
}

#toolbar .online-four li .icon-phone:after {
    background-position: 0 -57px;
}

#toolbar .online-four li .icon-ewm:after {
    background-position: 0 -21px;
}

#toolbar .online-four li .icon-message:after {
    background-position: -30px -55px;
}

#toolbar .online-four li .icon-top:after {
    background-position: 0 -0px;
}

#toolbar .online-four li .icon-wangwang:after {
    background-position: 0 0;
}

#toolbar .online-four li .wz {
    display: inline-block;
    line-height: 50px;
    font-size: 14px;
    color: #fff;
    vertical-align: middle;
    padding-left: 10px;
}

#toolbar .online-four li.ewm {
    border-radius: 50%;
    background: #fff;
}

#toolbar .online-four li.ewm .ewm-box {
    position: absolute;
    z-index: 1;
    padding: 5px;
    background: #fff;
    width: 110px;
    right: calc(100% + 5px);
    bottom: 0;
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s;
    transition: all .7s;
    -webkit-box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
    box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
}

#toolbar .online-four li.phone {
    border-radius: 50%;
}

#toolbar .online-four li.phone .tel-phone {
    position: absolute;
    z-index: 1;
    padding: 5px;
    background: rgb(59, 57, 57);
    width: 110px;
    right: calc(100% + 5px);
    top: 0;
    opacity: 0;
    font-size: 14px;
    color: #fff;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s;
    transition: all .7s;
    -webkit-box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
    box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
}

#toolbar .online-four li.phone:hover .tel-phone {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#toolbar .online-four li.ewm .ewm-box img {
    max-width: 100%;
}

#toolbar .online-four li.ewm .ewm-box:after {
    content: '';
    position: absolute;
    right: -5px;
    bottom: 20px;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 5px;
    cursor: pointer;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #fff;
    border-right: none;
}

#toolbar .online-four li.ewm:hover .ewm-box {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#toolbar .online-four li.backtop .icon-font {
    height: 20px;
}

#toolbar .online-four li.backtop .icon-font:after {
    height: 20px;
    left: calc(50% - 17px);
    top: calc(50% - 2px);
}

#toolbar .online-four li.backtop .wz {
    display: block;
    line-height: 24px;
    font-size: 12px;
    text-align: center;
    color: #bfbfbf;
    padding-left: 0;
}

@media (max-width: 990px) {
    #toolbar {
        display: none;
    }
}

/* 在线留言页面 */
#message-form {
    font-size: 0;
    max-width: 990px;
    margin: 0 auto;
}

#message-form .red-star {
    color: red;
}

#message-form label {
    font-size: 14px;
}

#message-form textarea {
    resize: none;
}

#message-form #checkcode {
    display: inline-block;
    width: 30%;
}

#message-form #checkCodeImg {
    vertical-align: top;
    margin-left: 10px;
}

#message-form #change_code {
    line-height: 34px;
    padding: 0 10px;
    color: #012ea8;
    font-size: 14px;
}

#message-form .error-info {
    padding-top: 4px;
    display: inline-block;
    vertical-align: top;
    position: absolute;
}

#job-detail-form .error-info {
    padding-top: 4px;
    display: inline-block;
    vertical-align: top;
    position: absolute;
}

@media (max-width: 768px) {
    #message-form .form-group {
        margin-bottom: 25px;
    }

    #message-form .error-info {
        display: block;
        padding-top: 0;
        float: none !important;
        padding-left: 10px;
    }

    #message-form #change_code + .error-info {
        padding-left: 0px;
        margin-left: -7px;
    }

    #job-detail-form .error-info {
        display: block;
        padding-top: 0;
        float: none !important;
        padding-left: 10px;
    }

    #job-detail-form #change_code + .error-info {
        padding-left: 0px;
        margin-left: -7px;
    }
}

/*tag*/
.nyweizhiy{
    font-size: 16px;
    line-height: 2;
    color: #666;
    border-bottom: 1px solid #666;
    padding-bottom: 15px;
    margin-bottom: 3%;
}
.nyweizhiy span{
    color: #012ea8;
    font-weight: bold;
}
/*  */
.page-wrap-right{
    font-size: 16px;
    line-height: 2;
    color: #666;
}
.page-wrap-right img{
    max-width:100%; 
    height:auto !important;
    width:auto !important;
}


/*2023-06-05*/
.aspg-detail-article .article-img {
    text-align: center;
    margin: 5px 0;
}

.aspg-detail-article .article-img img {
    border: 1px solid #efefef;
    padding: 1px;
    max-width: 100%;
    height: auto !important;
}

.page-product-detail-effect {
    float: left;
    width: 42.61%;
    overflow: hidden;
}

.page-product-detail-effect .big-img {
    border: 1px solid #eee;
}

.page-product-detail-effect .big-img a {
    display: block;
    text-align: center;
    width: 100%;
    height: 390px;
    font-size: 0;
}

.page-product-detail-effect .big-img a img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.page-product-detail-effect .big-img a:after {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.page-product-detail-right {
    width: 50%;
    float: right;
}

.page-product-detail-right > h1 {
    font-size: 22px;
    color: #0d0d0d;
    margin-bottom: 20px;
}

.product-detail-item li {
    font-size: 14px;
    line-height: 30px;
    color: #777272;
}

.product-detail-slick {
    position: relative;
    margin-top: 20px;
}

.product-detail-slick a.slick-item {
    display: block;
    text-align: center;
    width: 100%;
    height: 95px;
    font-size: 0;
    border: 1px solid #eee;
    position: relative;
}

.product-detail-slick a.slick-item img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.product-detail-slick a.slick-item:after {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.product-detail-slick a.slick-item.active {
    border-color: #1d2a5e;
}

.product-detail-slick .owl-nav button {
    position: absolute;
    width: 27px;
    height: 27px;
    background: rgba(37, 37, 37, 0.6) !important;
    border-radius: 50%;
    text-align: center;
    line-height: 27px;
    top: 50%;
    margin-top: -13.5px;
    z-index: 9;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    outline: none;
    border: none;
}

.product-detail-slick .owl-nav button .icon-font {
    width: 100%;
    height: 100%;
    display: block;
}

.product-detail-slick .owl-nav button .icon-left-arrow:after {
    background-position: 1px -509px;
}

.product-detail-slick .owl-nav button .icon-right-arrow:after {
    background-position: -27px -240px;
}

.product-detail-slick .owl-prev {
    left: 0;
}

.product-detail-slick .owl-prev:after {
    background-position: 0 0;
}

.product-detail-slick .owl-next {
    right: 0;
}

.product-detail-slick:hover .owl-nav button {
    opacity: 1;
}

.page-product-inquiry {
    margin-top: 30px;
}

.page-product-inquiry a {
    font-size: 16px;
    color: #ffffff;
    display: inline-block;
    background: #1d2a5e;
    padding: .5em 1.875em;
    border-radius: 2em;
}

.page-product-inquiry a:hover {
    opacity: .8;
}

@media (max-width: 990px) {
    .page-product-detail-effect {
        float: none;
        width: 100%;
        margin-bottom: 20px;
        pointer-events: none;
    }

    .page-product-detail-right {
        width: 100%;
        float: none;
    }
}

@media (max-width: 640px) {
    .product-detail-slick .slick-item {
        height: 65px;
    }

    .page-product-inquiry a {
        font-size: 14px;
    }

    .page-product-detail-right > h1 {
        font-size: 16px;
        margin-bottom: 15px;
    }
}

.product-detail-tab {
    margin-top: 50px;
}

.product-detail-tab .product-detail-tabli {
    border: 1px solid #eee;
    height: 40px;
    line-height: 38px;
    padding: 1px;
}

.product-detail-tab .product-detail-tabli li {
    float: left;
    width: 20%;
    text-align: center;
    font-size: 14px;
    color: #2f2f2f;
    cursor: pointer;
    border-right: 1px solid #eee;
}

.product-detail-tab .product-detail-tabli li.on, .product-detail-tab .product-detail-tabli li:visited, .product-detail-tab .product-detail-tabli li:active {
    color: #1d2a5e;
    position: relative;
}

.product-detail-tab .product-detail-tabli li.on:before, .product-detail-tab .product-detail-tabli li:visited:before, .product-detail-tab .product-detail-tabli li:active:before {
    content: '';
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -1px;
    top: -1px;
    border: 1px solid #1d2a5e;
}

.product-detail-tab .product-detail-tabcon {
    padding: 15px 0;
}

.product-detail-tab .product-detail-tabcon img, .product-detail-tab .product-detail-tabcon p img {
    max-width: 100%;
    height: auto !important;
    width: auto !important;
}

@media (max-width: 768px) {
    .product-detail-tab .product-detail-tabli {
        height: 35px;
    }

    .product-detail-tab .product-detail-tabli li {
        font-size: 14px;
        line-height: 33px;
    }
}

@media (max-width: 420px) {
    .product-detail-tab .product-detail-tabli {
        height: 35px;
    }

    .product-detail-tab .product-detail-tabli li {
        font-size: 14px;
        line-height: 33px;
        width: 110px;
    }
}

/**
 * EasyZoom core styles
 */
.easyzoom {
    position: relative;
    /* 'Shrink-wrap' the element */
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.easyzoom img {
    vertical-align: bottom;
}

.easyzoom.is-loading img {
    cursor: progress;
}

.easyzoom.is-ready img {
    cursor: crosshair;
}

.easyzoom.is-error img {
    cursor: not-allowed;
}

.easyzoom-notice {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 150;
    width: 10em;
    margin: -1em 0 0 -5em;
    line-height: 2em;
    text-align: center;
    background: #FFF;
    -webkit-box-shadow: 0 0 10px #888;
    box-shadow: 0 0 10px #888;
}

.easyzoom-flyout {
    position: absolute;
    z-index: 100;
    overflow: hidden;
    background: #FFF;
}

/**
 * EasyZoom layout variations
 */
.easyzoom--overlay .easyzoom-flyout {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.easyzoom--adjacent .easyzoom-flyout {
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    margin-left: 20px;
}
.xqylby{
    overflow: hidden;
}






.xqyxzwj_dizhi{
    font-size: 18px;
    font-weight: bold;
    color: #012ea8;
    margin: 20px 0;
}
.xqyxzwj{
    font-size: 16px;
    line-height: 2;
    color: #666;
    margin-top: 20px;
}
.xqyxzwj table{
    width: 100%;
    vertical-align: middle;
    text-align: center;
}
.xqyxzwj table td{
    padding: 5px;
}
.xqyxzwj a{
    color: #666;
}
.xqyxzwj a:hover{
    color: #002fa7;
}




/*咨询*/
.zixunzhutinr{
    max-width: 1100px;
    margin: 0 auto;
}

.shouqianzixun_biaoti h3{
    font-size: 30px;
    line-height: 1.5;
    color: #333;
}
.shouqianzixun_biaoti h4{
    font-size: 16px;
    line-height: 1.5;
    color: #999;
    margin-top: 10px;
}

.shouqianzixun_biaogebiao{
     margin-top: 30px;
     border: 1px solid #eee;
     padding: 20px;
}
.neiyezixunbiaoge{
    background: #f0f2f5;
    padding: 5%;
}
.neiyezixunbiaoge li{
    width: 48%;
    margin-top: 5%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.neiyezixunbiaoge li h3{
    font-size: 14px;
    line-height: 2;
    color: #606266;
}
.neiyezixunbiaoge li h3 span{
    color: red;
    margin-right: 5px;
    vertical-align: middle;
}
.neiyezixunbiaoge li input{
    width: calc(100% - 90px);
    font-size: 14px;
    line-height: 2;
    color: #606266;
    outline: none;
    border: 1px solid #eee;
    padding:6px 10px;
}

.liuyanzixunneirongy{
    margin-top: 5%;
}
.liuyanzixunneirongy h3{
    font-size: 14px;
    line-height: 2;
    color: #606266;
}
.liuyanzixunneirongy h3 span{
    color: red;
    margin-right: 5px;
    vertical-align: middle;
}

.liuyanzixunneirongy textarea{
    width: calc(100% - 90px);
    font-size: 14px;
    line-height: 2;
    color: #606266;
    outline: none;
    border: 1px solid #eee;
    padding:6px 10px;
}
.shouqianzixun_biaogebiao_tijiaow{
    text-align: center;
    margin-top: 5%;
    margin-bottom: 5%;
}
.shouqianzixun_biaogebiao_tijiao{
    background-color: #012ea8;
    border-color: #0099f2;
    display: inline-block;
    margin: 0 auto;
    font-size: 14px;
    line-height: 2;
    color: #fff;
    padding:5px 60px;
    outline: none;
    border: 0;
}
.liuyandelianxixinxi{
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,.5);
    z-index: 99999;
}
.liuyandelianxixinxi_con{
    max-width: 500px;
    width: 90%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
}
.liuyandelianxixinxi h3{
    background: #012ea8;
    color: #fff;
    font-size:20px;
    line-height: 2;
    padding: 5px 30px;
    align-items: center;
}
.liuyandelianxixinxi_fc{
    padding: 30px 30px;
    color: #666;
    font-size:16px;
    line-height: 1.8;
}
.liuyandelianxixinxi_fc span{
    color: #012ea8;
}
.liuyandelianxixinxi_fb{
    padding: 30px 30px;
    text-align: center;
    color: #666;
    font-size:16px;
    line-height: 1.8;
    border-top: 1px solid #ccc;
}
.liuyandelianxixinxi_fb span{
    color: #012ea8;
}

.liuyandelianxixinxi{
    display: none;
}
.liuyandelianxixinxi h3 .cuowuanniu{
    width: 30px;
    height: 20px;
    position: relative;
    overflow: hidden;
}
.liuyandelianxixinxi h3 .cuowuanniu span{
    width: 100%;
    height: 2px;
    background: #fff;
    display: block;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.liuyandelianxixinxi h3 .cuowuanniu span:nth-child(1){
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform-origin: 7.5%;
    transform-origin: 7.5%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.liuyandelianxixinxi h3 .cuowuanniu span:nth-child(2){
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
}
.liuyandelianxixinxi h3 .cuowuanniu span:nth-child(3){
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform-origin: 7.5%;
    transform-origin: 7.5%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
@media(max-width:991px){
    .shouqianzixun_biaoti h3{
        font-size: 24px;
    }
    .shouqianzixun_biaogebiao{
        margin-top: 20px;
        padding: 15px;
    }
    .neiyezixunbiaoge{
        padding: 15px;
    }
    .neiyezixunbiaoge li{
        margin-top: 20px;
    }
    .liuyanzixunneirongy{
        margin-top: 20px;
    }
    .shouqianzixun_biaogebiao_tijiaow{
        margin: 20px 0;
    }
}
@media(max-width:768px){
    .neiyezixunbiaoge li{
        width: 100%;
    }
    .neiyezixunbiaoge li input{
        width: calc(100% - 75px);
    }
    .liuyanzixunneirongy textarea{
        width: calc(100% - 75px);
    }
}
@media(max-width:468px){
    .neiyezixunbiaoge li input{
        width: 100%;
    }
    .liuyanzixunneirongy textarea{
        width: 100%;
    }
}


/*加入我们*/

.jiaruwomen_p1_ft h3{
    font-size: 30px;
    line-height: 1.5;
    color: #333
}
.jiaruwomen_p1_ft h4{
   font-size: 16px;
    line-height: 1.5;
    color: #999;
}
.jiaruwomen_p1_fb{
    margin-top: 3%;
}
.jiaruwomen_p1_fb li{
    width: 32%;
    margin-right: 2%;
    position: relative;
}
.jiaruwomen_p1_fb li:nth-child(3n){
    margin-right: 0;
}
.jiaruwomen_p1_fb li .img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}
.jiaruwomen_p1_fb li img{
    width: 100%!important;
    max-width: 100%!important;
    height: 100%!important;
    object-fit:cover;
}
.jiaruwomen_p1_fb li .wz{
    width: 100%;
    height: 100%;
    padding:7% 5%;
    position: relative;
    z-index: 9;
}
.jiaruwomen_p1_fb li .wz h3{
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.jiaruwomen_p1_fb li .wz h4{
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    margin-top: 10px;
    text-align: left;
}
.jiaruwomen_p1_fb li .wz h5{
    font-size: 14px;
    line-height: 2;
    color:#fff;
    margin-top: 15px;
}

.ny_contact2{
    padding: 5% 0;
    /*background: url(../images/jiaru_bj.jpg) no-repeat center;*/
    background-size: cover;
}
.ny_contact2 .index_about_fl_ft h3{
    color: #2b78d0;
}
.ny_contact2 .index_about_fl_ft h4{
    color: #fff;
}
.ny_contact2_fb{
    margin-top: 1%;
}
.ny_contact2_fb li{
    width: 32%;
    float: left;
    margin-right: 2%;
    background-color: #ffffff;
    padding:20px 10px;
    margin-top: 2%;
    border: 1px solid #ccc;
}
.ny_contact2_fb li:nth-child(3n){
    margin-right: 0;
}
.ny_contact2_fb li h3{
    font-size: 1.2rem;
	line-height: 1.5;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin:0 3%;
}
.ny_contact2_fb li h4{
    font-size: 14px;
	line-height: 27px;
	height: 54px;
	margin: 10px 0 20px;
	padding:0 3%;
	color: #999999;
	overflow: hidden;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.ny_contact2_fb li h5{
    font-size: 14px;
	line-height: 27px;
	color: #333333;
	padding: 2% 3% 0;
	border-top: 1px solid #e5e5e5;
}
.ny_contact2_fb li h5 div{
    background: url(../images/jiarujiantou.png) no-repeat right center;
}

.jiaruwomen_p2_fb2{
    font-size: 0;
    text-align: center;
    margin-top: 30px;
}
.jiaruwomen_p2_fb2 a{
    font-size: 16px;
    line-height: 2;
    color: #fff;
    text-align: center;
    background-color: #012ea8;
    display: inline-block;
    padding: 5px 60px;
}
.jiaruwomen_p3{
    padding-bottom: 5%;
}
.jiaruwomen_p3_fb{
    margin-top: 3%;
}

.jiaruwomen_p3_fb li img{
    width: 100%!important;
    max-width: 100%!important;
}
.jiaruwomen_p3_fb li .wz h3{
    font-size: 16px;
    line-height: 2;
    color: #666;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media(max-width:991px){
    .jiaruwomen_p1_ft h3{
        font-size: 24px;
    }
    .jiaruwomen_p1_fb li{
        width: 100%;
        margin: 10px 0;
    }
    .ny_contact2_fb li h3{
        font-size: 18px;
    }
}
@media(max-width:768px){
    .jiaruwomen_p1_fb{
        margin-top: 15px;
    }
    .jiaruwomen_p1_fb li{
        width: 100%;
        margin: 6px 0;
    }
    .ny_contact2{
        padding: 30px 0;
    }
    .ny_contact2_fb li{
        width: 100%;
        margin-top: 15px;
    }
    .jiaruwomen_p2_fb2{
        margin-top: 20px;
    }
    .jiaruwomen_p3_fb{
        margin-top: 20px;
    }
    .jiaruwomen_p3{
        padding-bottom: 30px;
    }
}


/**/
.lxwm_xiugai{
    padding: 4% 0;
}
.lxwm_xiugai_fc{
    margin-top: 3%;
}
.lxwm_xiugai_fc ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.lxwm_xiugai_fc li{
    width: 32%;
    background: #666;
    text-align: center;
    padding:5% 3%;
}
.lxwm_xiugai_fc li .img{
    width: 96px;
    margin: 0 auto;
    border: 3px solid #fff;
    border-radius: 50%;
}
.lxwm_xiugai_fc li .img img{
    width: 100%;
}
.lxwm_xiugai_fc li .wz{
    margin-top: 15px;
}
.lxwm_xiugai_fc li .wz h3{
    font-size: 18px;
    line-height: 2;
    color: #fff;
}

.lxwm_xiugai_fc li .wz h4{
    font-size: 18px;
    line-height: 2;
    color: #fff;
}
.lxwm_xiugai_fb{
    margin-top: 3%;
    overflow: hidden;
}

@media(max-width:1400px){
    .lxwm_xiugai_fc li .wz h4{
        font-size: 17px;
    }
}

@media(max-width:991px){
    .lxwm_xiugai_fc li .wz h4{
        font-size: 16px;
    }
}


@media(max-width:768px){
    .lxwm_xiugai_fc{
        margin-top: 15px;
    }
    .lxwm_xiugai_fc li{
        width: 100%;
        margin: 5px 0;
        padding: 20px;
    }
    .lxwm_xiugai_fb{
        margin-top: 15px;
    }
}

.dsj{
    /*padding-top: 2.47%;*/
    /*padding-bottom: 6.201%;*/
    position: relative;
}
.dsj .max1420{
    position:relative;
    z-index: 100;
    max-width: 95%;
    width: 100%;
}
.dsj .dsj_ft{
    text-align: center;
}
.dsj .dsj_ft h3{
    font-size: 36px;
	font-weight: bold;
    line-height: 1;
	color: #333333;
    position: relative;
}
.dsj .dsj_ft h3::before{
    content: '';
    display:block;
    width: 5px;
    height: 16px;
    background: #fd0101;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -100px;
    transform: translateX(-50%);
}
.dsj .dsj_ft h3::after{
    content: '';
    display:block;
    width: 5px;
    height: 16px;
    background: #0808fc;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -100px;
    transform: translateX(-50%);
}
.dsj .dsj_ft h4{
    font-size: 14px;
	font-weight: normal;
	color: #666666;
    margin-top: 17px;
}
.dsj .dsj_fc{
    padding: 0 50px;
    position: relative;
    margin-top: 2.929%;
}
.dsj .dsj_fcw{
    overflow: hidden;
}
.dsj .dsj_fc li a{
    display: block;
    text-align: center;
    background-color: #e1e1e1;
    line-height: 2;
    font-size: 16px;
	color: #333333;
}
.dsj .dsj_fc .dsj_fcbtnl{
    width: 27px;
	height: 32px;
	/*background:url(../images/imggroup/btnll.png) no-repeat center;*/
    position: absolute;
    top:0;
    left: 0;
}
.dsj .dsj_fc .dsj_fcbtnr{
    width: 27px;
	height: 32px;
	/*background:url(../images/imggroup/btnrr.png) no-repeat center;*/
    position: absolute;
    top:0;
    right: 0;
}
.dsj .dsj_fc .swiper-button-disabled{
    opacity: 0.5;
}
.dsj .dsj_fc li.on a{
    background-color: #dc9e2e;
    color: #fff;
}
.dsj .dsj_fc li.cur a{
    background-color: #ff0000;
    color: #fff;
}
.dsj .dsj_fb{
    overflow: hidden;
    position: relative;
    /*padding: 0 60px;*/
    margin-top: 5.715%;
}
.dsj .dsj_fb .dsj_fcbtnl2{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 60px;
	height: 60px;
    /*background:url(../images/imggroup/btnl.png) no-repeat center;*/
}
.dsj .dsj_fb .dsj_fcbtnr2{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 60px;
	height: 60px;
	/*background:url(../images/imggroup/btnr.png) no-repeat center;*/
}
.dsj .dsj_fb .dsj_fbw{
    overflow: hidden;
}
.dsj .dsj_fb .dsj_fbw .dsj_fbn1 li{
    width: 14.285%!important;
    float: left;
    height: 100%;
}
.dsj .dsj_fb .dsj_fbw  li h3{
    font-size: 24px;
	font-weight: bold;
    line-height: 1;
	color: #000;
}
.dsj .dsj_fb .dsj_fbw  li h4{
    font-size: 15px;
	font-weight: normal;
    line-height: 26px;
	color: #666666;
    margin-top: 15px;
}
.dsj .dsj_fb .dsj_fbw  .btls li:nth-child(1) h3{
    line-height: 1;
}
.dsj .dsj_fb .dsj_fbw  .btls li:nth-child(1) h4{
    line-height: 1;
}
/* ä¸­é—´çº¿ */
.dsj .dsj_fb .bhjtc{
    position: relative;
}
.dsj .dsj_fb .bhjtc::before{
    content: '';
    width: 100%;
    height: 4px;
    background:url(../images/dsjjbs.jpg) no-repeat center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-size: 100% auto;
    /*background: linear-gradient(45deg ,#ff0000 ,#04008b)*/
}
.dsj .dsj_fb .dsj_fbw  .btls li{
    height: 150px;
    max-height: 150px;
    width: 300px!important;
    position: relative;
    float: left;
    margin-left: -100px;
    margin-top: 150px;
}
.dsj .dsj_fb .dsj_fbw  .btls li .wznr{
    position: absolute;
}
.dsj .dsj_fb .dsj_fbw  .btls li:nth-child(2n) .wznr{
    bottom: 35px;
}
.dsj .dsj_fb .dsj_fbw  .btls li::before{
    content: '';
    display: block;
    width: 8px;
	height: 8px;
	background-color: #0707fd;
	border: solid 2px #0707fd;
    border-radius: 50%;
    position: absolute;
    top: -7px;
    /*left: 13px;*/
    left: 10%!important;
    transform: translateX(-50%);
}
.dsj .dsj_fb .dsj_fbw  .btls li h3{
    margin-top: 35px;
}
.dsj .dsj_fb .dsj_fbw  .btls li h4{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.dsj .dsj_fb .dsj_fbw  .btls li:after{
    content: '';
    display: block;
    width: 2px;
	height: 20px;
	background-color: #0707fd;
    position: absolute;
    left: 10%;
    transform: translateX(-50%);
    bottom: calc(100% - 24px);
}
.dsj .dsj_fb .dsj_fbw  .btls li:nth-child(2n):after{
    bottom: 6px;
    /*left:17px;*/
    left: 10%;
    transform: translateX(-50%);
}
.dsj .dsj_fb .dsj_fbw .btls li:nth-child(1):after{
    display: none;
}
.dsj .dsj_fb .dsj_fbw  .btls li:nth-child(2n){
    margin-top: 0;
}
.dsj .dsj_fb .dsj_fbw  .btls li:nth-child(2n) h3{
    margin-top: 0;
}
.dsj .dsj_fb .dsj_fbw  .btls li:nth-child(2n)::before{
    top: calc(100% - 6px);
    left: 10px;
}
.dsj .dsj_fb .dsj_fbw .btls li:last-child{
    /* width: 200px!important; */
}
.dsj .dsj_fb .dsj_fbw .btls li:nth-child(1){
    margin-top: 150px;
    margin-left: 0;
}
.dsj .dsj_fb .dsj_fbw  .btls li:nth-child(1)::before{
    content: '';
    display: block;
    width: 22px;
    height: 28px;
    background: url() no-repeat center;
    position: absolute;
    border: 0;
    top: -67px;
    left: -10px;
    display: none;
}
.dsj .dsj_fb .dsj_fbw  .btls li:nth-child(1):after{
    content: '';
    display: block;
    width: 2px;
    height: 20px;
    background-color: #0707fd;
    position: absolute;
    left: 6%;
    transform: translateX(-50%);
    bottom: calc(100% - 25px);
}
.dsj .dsj_fb .dsj_fbw  .btls li:nth-child(1) h3{
    margin-top: 35px;
    position: relative;
    /*padding-left: 21px;*/
}
/* å¤§äº‹è®°ç¬¬ä¸€ä¸ªæ”¹çš„ */
.dsj .dsj_fb .dsj_fbw .btls li:nth-child(1) h3::before{
    content: '';
    display: block;
    width: 8px;
	height: 8px;
    border-radius: 50%;
	/* background-color: #dc9e2e; */
    background-color: #0707fd;
	border: solid 2px #0707fd;
    position: absolute;
    top: -41px;
    left: -7px;
    z-index: 9;
    left: 10%!important;
    transform: translateX(-50%);
}
/*  */
.dsj .dsj_fb .dsj_fbw  .btls li:nth-child(1) h3::after{
    content: '';
    display: block;
    width: 120px;
	height: 2px;
	/* background-color: #dc9e2e; */
    margin-top: 7px;
}
.dsj .dsj_fb .dsj_fbw  .btls li:nth-child(1) h4::before{
    /* content: ''; */
    display: block;
    width: 2px;
	height: 120px;
	background-color: #dc9e2e;
    position: absolute;
    top: -30px;
    left: 0;
    z-index: 8;
}

.dsj .dsj_fb .dsj_fbw  .btls li:nth-child(1) h4{
    /* font-size: 16px;
	font-weight: normal; */
    line-height: 26px;
	/* color: #dc9e2e; */
    margin-top: 9px;
    padding-left: 21px;
}






@media(max-width: 991px){
    /*.dsj{*/
    /*    padding-top: 30px;*/
    /*    padding-bottom: 30px;*/
    /*}*/
}

@media(max-width: 768px){
    .dsj .dsj_fb{
        padding: 0;
        /*padding-bottom: 60px;*/
        margin-top: 20px;
    }
    .dsj .dsj_fb .dsj_fcbtnl2{
        top: calc(100% - 30px);
    }
    .dsj .dsj_fb .dsj_fcbtnr2{
        top: calc(100% - 30px);
    }
    .dsj .dsj_fb .dsj_fbw .btls li{
        height: 130px;
    }
    .dsj .dsj_fb .dsj_fbw .btls li h3{
        margin-top: 25px;
    }
    .dsj .dsj_fb .dsj_fbw li h3{
        font-size: 20px;
    }
    
    .dsj .dsj_fb .dsj_fbw li h4{
        font-size: 14px;
        margin-top: 10px;
    }
    .dsj .dsj_fb .dsj_fbw .btls li:nth-child(1) h3{
        font-size: 20px;
    }
    .dsj .dsj_fb .dsj_fbw .btls li:nth-child(1) h4{
        font-size: 14px;
    }
    .dsj .dsj_fb .dsj_fbw .btls li:nth-child(2n) .wznr{
        bottom: 15px;
    }
    .dsj .dsj_fb .dsj_fbw .btls li:nth-child(2n):after{
        bottom: -2px;
    }
    .dsj .dsj_fb .dsj_fbw .btls li:after{
        bottom: calc(100% - 13px);
    }
    .dsj .dsj_fb .dsj_fbw .btls li::before{
        top: -18px;
    }
    .dsj .dsj_fb .dsj_fbw .btls li:nth-child(2n)::before{
        top: calc(100% - -2px);
    }
    .dsj .dsj_fb .dsj_fbw .btls li:nth-child(1) h3::before{
        top: -51px;
    }
    .dsj .dsj_fb .dsj_fbw .btls li:nth-child(1):after{
        bottom: calc(100% - 16px);
        left: 15px;
    }
}


@media(max-width: 468px){
    .dsj .dsj_ft h3{
        font-size: 26px;
    }
    .dsj .dsj_ft h3::before{
        height: 12px;
        margin-left: -75px;
    }
    .dsj .dsj_ft h3::after{
        height: 12px;
        top: 12px;
        margin-left: -75px;
    }
    .dsj .dsj_fc{
        padding: 0 35px;
        margin-top: 15px;
    }
    .dsj .dsj_fb{
        margin-top: 20px;
    }
    .dsj .dsj_fb .dsj_fbw .btls li{
        width: 100%!important;
        margin-left: 0!important;
    }
    .dsj .dsj_fb .dsj_fbw .btls li:nth-child(1){
        top: calc(100% - 15px);
        margin-left: 15px!important;
    }
    .dsj .dsj_fb .dsj_fbw .btls li:nth-child(1) h3::before{
        left: 15px!important;
    }
    .dsj .dsj_fb .dsj_fbw .btls li:nth-child(1):after{
        left:15px!important;
    }
}



.foot1_fr_fb{
    flex-direction: column;
}


.xqyzpxxx span{
    margin-right: 5px;
}



.zhaopinjinlijianjie{
    width: 140px;
    font-size: 16px;
    line-height: 2;
    color: #fff;
    background: #012ea8;
    border-radius: 30px;
    text-align: center;
    margin-top: 25px;
}
.zhaopinjinlijianjie a{
    display: block;
    padding: 5px 0;
    color: #fff;
}

/*2023-07-08*/
/*视频*/
.shipinshouye{
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}
/*规格总表*/
.page_guigezongbiao{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.page_guigezongbiao li{
    width: 100%;
    margin: 1% 0;
}
@media(max-width:768px){
    .page_guigezongbiao li{
        margin: 8px 0;
    }
}

/**/
.dashijiantishi{
    font-size: 16px;
    line-height: 2;
    color: #002fa7;
    text-align: center;
}


/*下载*/
.ny_xiazailiebiao table{
    width: 100%;
    font-size: 16px;
    line-height: 3;
    text-align: center;
}
.ny_xiazailiebiao table tr:nth-child(1){
    background: #e2e2e2;
    border-bottom: 0 dashed #eee;
}
.ny_xiazailiebiao table tr{
    border-bottom: 1px dashed #eee;
}
.ny_xiazailiebiao table tr td{
    padding: 5px;
}
.ny_xiazailiebiao table tr td a{
    color: #666;
}
.ny_xiazailiebiao table tr td a:hover{
    color: #002fa7;
}
@media(max-width:768px){
    .ny_xiazailiebiao table{
        font-size: 14px;
    }
    .ny_xiazailiebiao table tr td{
      width: 25%;
    }
    .aspg-detail-title{
        font-size: 18px;
    }
}